You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(integrations-catalog): add global request pacing to prevent 429s
Adds SYNC_MIN_INTERVAL_MS (default 100ms) to enforce a minimum gap
between HTTP requests across all workers. Paces the sync to stay under
the CompAI internal API throttle, which was triggering 429s at higher
concurrency.
Also logs backoff delays when retries fire for visibility.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
-`SYNC_MIN_INTERVAL_MS` (default `100`) — minimum interval between HTTP requests, enforced globally across all workers. Paces the sync to stay under the API throttle. Increase if you still see 429s; decrease (or set `0`) if the backend is raised later.
0 commit comments