Rate Limit Budget

A token-bucket pacer that keeps API calls under a per-second rate AND a hard per-run budget - acquire() blocks just enough to smooth bursts, and a spend cap stops the run before it blows a free-tier quota. Generic and stdlib-only. Use when the user asks to rate-limit API calls, throttle requests, stay under a quota, cap calls per run, or avoid 429s by pacing instead of retrying.

baronguyen001 Updated

File contents

baronguyen001/ai-automation-skills/tree/main/skills/rate-limit-budget commit d427480fca

Frequently asked questions

npx skillmds@latest add baronguyen001/rate-limit-budget