I have multiple HTTP modules (around 30 in total), and each makes 6,000 API calls within 10 minutes. The scenario crashes with an error 429.
I would like to find a way to restart the entire scenario each time an error occurs in any of the HTTP modules, while ensuring that the scenario restarts with the latest input data.
6000 API calls in 10 minutes is too much to make for any service. Even if you put sleep module, the Make will throw scenario timeout error after 45 min.
If you can share your requirement and the api you are using, that would be helpful for the community to better assist you.
The 6000 requests are not coming inside Make but only 30 requests per scenario.
But for each request, there is one module that spends 6000 requests in background (but it has nothing to do with Make).
Every 6000 requests, this module sends API error 429 and then it stops the scenario.
This is why I want to put a timer (10 minutes) and restart the entire scenario with previous data, anytime one HTTP module receives 429 error.
Did you know, this forum has a Hire a Pro category, where you can post your request for off-site specialised help on other platforms (video call/screenshare/private messaging/etc.)? This may help you get your issue resolved faster especially if it is urgent. It is important to post your request in the Hire a Pro category, as forum members are not allowed to advertise their services elsewhere (like here).
Hope this helps! Let me know if there are any further questions or issues.