Scenario timeout after 45 minutes
This error happens when the scenario execution exceeds the Make engine hard limit of 45 minutes per single scenario execution.
It unfortunately, is not possible to exceed this limit and thus the below is usually recommended:
-
Check you do not use an excessive number of “Sleep” modules or use a very long delay in “Sleep” modules.
-
Check whether you can decrease the amount of data processed in a single scenario execution either by setting lower limits in “Search” modules or setting up more specific search filters.
-
Consider breaking up your scenario into multiple ones that you chain using a combination of HTTP calls, Webhooks, and potentially, Data Stores.
-
Change the scenario design. Sometimes a single scenario can be split into more without the need of chaining them.