Move RATE_LIMIT_COOLDOWN_MS to constants file
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user