Skip to content

Fix timeline not being properly incremental - #530

Merged
josegonzalez merged 1 commit into
josegonzalez:masterfrom
mrexodia:incremental-timeline-fix
Aug 1, 2026
Merged

Fix timeline not being properly incremental#530
josegonzalez merged 1 commit into
josegonzalez:masterfrom
mrexodia:incremental-timeline-fix

Conversation

@mrexodia

@mrexodia mrexodia commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

The timeline introduced by #528 is not incremental and always re-fetches all issues. For my local backup this triggered around 75k unnecessary requests.

@josegonzalez
josegonzalez merged commit 5c0d86f into josegonzalez:master Aug 1, 2026
10 checks passed
@Iamrodos

Iamrodos commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

Thanks for the fix, my mistake. During the backfill the refresh re-fetched each flagged issue in full when the stored payload was already on disk, and reusing it is what that code should have done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants