Hello,
I’m looking for a pro to help me solve this Make issue.
I have a scenario with multiple HTTP modules (around 30 in total).
The webhook that triggers the scenario can end around 10 pcs in the queue, and then one of the HTTP modules crashed with error 429. Indeed, some of the HTTP calls, are doing up to 600 API calls (not in Make but in Quable PIM module).
Error 429 appears because Quable PIM API can’t exceed more than 6000 API calls within 10 minutes.
I would like to find a way to put error handlers on each HTTP module, in order to restart after 10min, the entire scenario (and not the module because the data is lost in between), each time an HTTP error appears, while ensuring that the scenario restarts with the latest input data.
The 6000 requests are not coming inside Make. Make is doing around 30 requests per scenario.
But there are many many externals requests that Make doesn’t see.
For the moments, I put break (and wait 10min) but it restarts from the last module (with lost data), not from entire scenario from zero (keeping initial data).
Below a screenshot of a part of my scenario :
Thank you,