Throttle Pacer
Inserts configurable delays between API calls or transactions to stay within rate limits. Supports fixed delay, random jitter, and adaptive throttling.
This script is included with FlowLibs Pro
The full PAD script and its setup notes unlock with a Pro or Team plan. Everything else on this page is free to read.
Provided as-is, without warranty of any kind. Review and test each pattern in a non-production environment before deploying it to live automations. See our Terms.
Problem this solves
API rate limit errors (429s) when flows process too fast.
Dependencies
- REST API GET Caller
- REST API POST Caller
- Pagination Loop Handler