fathom-rate-limits
Installation
SKILL.md
Fathom Rate Limits
Prerequisites
- Current provider limits, aggregate baseline, stable request/event IDs, synthetic test data, and a capacity owner.
Instructions
- Bound concurrency and preserve idempotency for meeting, sync, and follow-up operations.
- Monitor throttling, queue age, errors, and duplicate-action risk using redacted aggregate metrics.
- Back off with jitter on transient limits and reduce load before replaying failed work.
Output
- A rate-aware workflow with bounded retry, idempotency, redacted monitoring, and safe recovery ownership.
Examples
Increase synthetic development workload gradually below approved limits, record aggregate 429s/latency/completion, and apply backoff on throttling. Do not retry meeting/CRM follow-up actions without checking stable IDs, consent, and current state.