fix: apply cooldown on injection failure and cap retries

This commit is contained in:
YeonGyu-Kim
2026-02-16 15:00:41 +09:00
parent 0a0b09e641
commit 0a2ec5d251
6 changed files with 156 additions and 4 deletions
@@ -18,3 +18,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