Scenario Executions: Take care about API rate limits
complete
Honza Pobořil
In Webflow (and many other services) there are API rate limits set to amount of requests per minute.
This is easy to run out in some scenarios e.g. syncing data.
Integromat should take care about this limits and pause scenarion execution for the right time, so as much as possible work will be done and will continue asap.
Log In
V
Vojtěch Pavelka
Hello there, this is Vojtech, a product designer here at Make. I'm excited to share that we have released scenario rate limits for instant triggers.
What's new?
- You can set how many instant scenarios can start per minute
- It prevents APIs from rejecting requests due to excessive calls
- Sudden spikes get distributed evenly instead of overwhelming services
- Missed executions get reprocessed automatically
Learn more: https://help.make.com/schedule-a-scenario#lcstO
V
Vojtěch Pavelka
complete
V
Vojtěch Pavelka
Hello there, this is Vojtech, a product designer here at Make. I'm excited to share that we have released scenario rate limits for instant triggers.
What's new?
- You can set how many instant scenarios can start per minute
- It prevents APIs from rejecting requests due to excessive calls
- Sudden spikes get distributed evenly instead of overwhelming services
- Missed executions get reprocessed automatically
Learn more: https://help.make.com/schedule-a-scenario#lcstO
Leonidas
Yes. We need a rate-limiter. After fixing a scenario, I can't be sending 100 API requests to my SAAS (get a Rate-limit error back).
Please add a rate-limiter module.
Thank you.
אמיר קל אור
I would like to be able to set the maximum webhooks to be processed in parallel. I know there is sequential processing. Sometimes I wand to have 5 webhooks at a time, but not more than that. Please consider offering this option (like you offer maximum number of cycles).
Thanks, Amir Call Or
Bill Lakenan
Just checking on on this... Seems like a fairly easy way to add value to many, many users regardless of which API they are calling. Without this feature, the scenario logic needed to throttle and handle ratelimit errors can get so complex, I'd likely chose to write some custom code.