Skip to content

dsh-phoenix 0.2.0

Choose a tag to compare

@StvLi StvLi released this 31 Aug 12:10
· 9 commits to main since this release

Durable lifecycle & safe-restart semantics. Explicit state machine (idle/deferred/restarting/recovering/running) with atomic checkpoint; resume is at-most-once per generation (durable resumeAttempt before the call); stale/corrupt checkpoints are invalidated, not resumed; in-flight restarts coalesce; defer timeout is now a soft->warn->hard deadline (policy auto/wait); 17 failure-injection tests (crash/stale/duplicate/failure/loop prevention).