fix: add post-max-failure recovery window for todo continuation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user