Implement Apollo.io rate limiting and backoff. Use when handling rate limits, implementing retry logic, or optimizing API request throughput. Trigger with phrases like "apollo rate limit", "apollo 429", "apollo throttling", "apollo backoff", "apollo request limits".
7.0
Rating
0
Installs
Backend Development
Category
Excellent skill for handling Apollo.io rate limiting with comprehensive implementation details. Provides clear rate limit tables, complete TypeScript implementations for rate limiter, exponential backoff, and request queuing with priority support. The description adequately covers when to use the skill (rate limits, 429 errors, throttling). Structure is well-organized with distinct sections for different patterns and monitoring. Task knowledge is strong with production-ready code including token bucket algorithm, jitter, and queue management. Novelty is moderate-to-good: while rate limiting is a common pattern, the Apollo-specific limits table, multi-pattern approach (simple, batch, priority), and monitoring integration provide meaningful value over generic rate limiting solutions. A CLI agent would need significant effort to research Apollo's specific limits and implement the coordination between rate limiter, backoff, and queue components.
Loading SKILL.md…

Skill Author