Move RATE_LIMIT_COOLDOWN_MS to constants file

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 18:16:14 -08:00
parent bbe68942e1
commit 3a02c40b02
2 changed files with 2 additions and 2 deletions

View File

@@ -91,3 +91,4 @@ export const DEFAULT_MAX_RETRIES = 2;
// --- Run limits ---
export const APPLY_RUN_TIMEOUT_MS = 45 * 60 * 1000; // 45 minutes
export const PER_JOB_TIMEOUT_MS = 10 * 60 * 1000; // 10 minutes per job
export const RATE_LIMIT_COOLDOWN_MS = 6 * 60 * 60 * 1000; // 6 hours