You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
152618: ttl: add checkpointing to TTL job r=spilchen a=spilchen
Introduce a progress tracker for TTL jobs that supports checkpointing. Previously, if a TTL job restarted, it would reprocess spans that had already been completed. With this change, completed spans are stored in the job record so that restarts can skip over them, avoiding duplicate work.
Fixes#140514
Epic: none
Release note (performance improvement): TTL jobs now checkpoint their progress, allowing them to resume without reprocessing already completed spans after a restart.
Co-authored-by: Matt Spilchen <[email protected]>
0 commit comments