shangrong
Member
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
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