fix: add post-max-failure recovery window for todo continuation

This commit is contained in:
YeonGyu-Kim
2026-02-16 15:27:00 +09:00
parent 0a2ec5d251
commit a747d0f253
4 changed files with 59 additions and 3 deletions
@@ -19,3 +19,4 @@ export const COUNTDOWN_GRACE_PERIOD_MS = 500
export const ABORT_WINDOW_MS = 3000
export const CONTINUATION_COOLDOWN_MS = 30_000
export const MAX_CONSECUTIVE_FAILURES = 5
export const FAILURE_RESET_WINDOW_MS = 5 * 60 * 1000