-
Notifications
You must be signed in to change notification settings - Fork 99
[Backend] Implement Durable Task Snapshotting for Fast Cold Starts #245
Copy link
Copy link
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programbackendGenerated from backend issue tags: backendGenerated from backend issue tags: backendcachingGenerated from frontend issue tags: cachingGenerated from frontend issue tags: cachingcomplexGenerated from frontend issue tags: complexGenerated from frontend issue tags: complexkeeperGenerated from backend issue tags: keeperGenerated from backend issue tags: keeperstartupGenerated from backend issue tags: startupGenerated from backend issue tags: startup
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programbackendGenerated from backend issue tags: backendGenerated from backend issue tags: backendcachingGenerated from frontend issue tags: cachingGenerated from frontend issue tags: cachingcomplexGenerated from frontend issue tags: complexGenerated from frontend issue tags: complexkeeperGenerated from backend issue tags: keeperGenerated from backend issue tags: keeperstartupGenerated from backend issue tags: startupGenerated from backend issue tags: startup
Contributor Focus: [Startup Performance] Reduce keeper cold-start time without serving dangerously stale task state
ETA: 2 days
Context
A fresh keeper start may need to rebuild task awareness from expensive reads, which slows operational recovery.
Problem
Cold starts can delay due-task detection if no durable local snapshot exists.
Task Breakdown
Acceptance Criteria