seed-rate-limit-backoff
CommunityRobust rate-limit backoff with jitter
AuthorJBODE-mhhs
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Rate-limited HTTP calls commonly suffer from naive retries that waste time, miss Retry-After hints, or blow up resources with unbounded attempts. This skill provides a canonical backoff-with-jitter pattern to make retries efficient and safe.
Core Features & Use Cases
- Verify retryability: distinguish between transient and permanent errors and retry only when appropriate.
- Honor Retry-After: respect server hints to pause before retrying.
- Exponential backoff with full jitter: space retries to avoid thundering herds and ensure stability.
- Cap retries and total elapsed time: prevent endless loops and runaway requests.
- Reference implementation: includes a TypeScript sample illustrating the pattern in production-grade code.
Quick Start
Wrap a failing HTTP call with the withBackoff helper to implement resilient retries.
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: seed-rate-limit-backoff Download link: https://github.com/JBODE-mhhs/Zeus2.0-public/archive/main.zip#seed-rate-limit-backoff 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 510,000+ vetted skills library on demand.