We have over 600 webhook executions that failed due to a Google Sheet’s 429 error.
But after the quota refreshed, all executions become success again.
Now its hard to investigate if all the 600 failures have re-executed itself to become a success.
So, we need a way to assure the team that its all okay or we need to re-execute them all again.
1. Do you guys know if Make re-executes the scenario if a 429 error happens in the middle of the scenario?
Our scenario looks like this:
- Starting module is a Custom Wehook (Instant)
- Its set to process Immediately as data arrives, and processes only 1 result each time/ each cycle
2. If #1 is a No, then is there a way we can get all webhook bundles of a scenario in bulk? So that we can re-execute them.
We tried using Make’s List Scenario Logs action but it only returns the scenario logs’ summary. No info about the webhook bundle that went in per execution.