Does Pabbly workflow support throttling?
Status: Closed · Asked by shangrong on · 0 views
Hi,
I used the delay function to execute a task on a specific time.
However, when there are more than 500 tasks to execute on specified time, Pabbly connect will try to execute as much tasks as possible in the shortest time possible.
For example, send an 500 API calls to a endpoint. This caused hitting rate limits from my API provider.
Is there anyway to limit the rate at which my workflow executes? For example, execute 1 event every 2 second?
If there are 500 tasks to execute at the same time, it will take 250 seconds to execute all 500 tasks, assuming 1 task every 2 second.
Thanks
You can use Delay module which has minimum delay of 1 minute. Delay in seconds is not possible.