Rate Limit Handler

Adds retry-with-backoff, Retry-After handling, and client-side throttling so a caller stays under an upstream API's rate limits instead of hammering it. Use when you call a rate-limited or quota-enforced third-party API, see 429 or 503 responses or Retry-After headers, or have a worker fleet that needs to share one upstream's quota. Do NOT use to fail fast when a dependency is down - use circuit-breaker-builder instead; do NOT use to scaffold the HTTP client itself - use api-client-generator instead.

SkillMedev 3832db8 4.1 KB Updated

File contents

SkillMedev/api-integration-engineering/tree/main/skills/rate-limit-handler commit 3832db8e98

Frequently asked questions

npx skillmds@latest add skillmedev/rate-limit-handler