loom-rate-limiting
SolidAPI rate limiting and quota management. Use when implementing request throttling, API quotas, backpressure handling, or abuse protection. Covers token bucket, leaky bucket, sliding/fixed window algorithms, and distributed rate limiting with Redis.
Install
Quality Score: 88/100
Skill Content
Details
- Author
- cosmix
- Repository
- cosmix/loom
- Created
- 8 months ago
- Last Updated
- today
- Language
- Rust
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
rate-limiting
Implement rate limiting and throttling — token bucket, fixed window, sliding window, quotas, and retry headers. Use when setting up API rate limits, choosing a throttling algorithm, or responding to abuse.
csp-api-governance
Governs public and internal APIs with rate limiting algorithms, API key management, usage metering, versioning strategies, error standardization, and monitoring for reliable API operations.
rate-limit-handling
Stay within a provider's limits and respond correctly when you exceed them, without hammering or stalling. Use when calling any API at volume.