api-ratelimit-retry
CommunityResilient API retries for rate-limited calls.
Software Engineering#resilience#http#retry#circuit-breaker#rate-limit#exponential-backoff#retry-queue
Authorcr330326
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Handles API rate limits gracefully by orchestrating exponential backoff, circuit breakers, and asynchronous retry queues to keep integrations responsive and reliable.
Core Features & Use Cases
- Exponential backoff with jitter for transient 429s
- Circuit breaker to protect upstream services from cascading failures
- Retry queue for deferred, high-throughput retries
- Inline vs asynchronous retry strategies for varied workloads
- Examples and references for Python and Node.js implementations
Quick Start
Make a resilient API call that automatically backoffs on 429, trips the circuit breaker on repeated failures, and queues excess retries for later processing.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: api-ratelimit-retry Download link: https://github.com/cr330326/AgentSkill/archive/main.zip#api-ratelimit-retry Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.