How to fix the Make HTTP module 40-second timeout error Make's HTTP module times out individual requests at roughly 40 seconds. The fix is two-layered: retry transient slowness with Break, and redesign the call when the API is reliably slow.
How to work around Make's 40-minute scenario hard limit Make caps every scenario at 40-45 minutes. The fix is architectural: split into webhook-handed-off children, checkpoint to a Data Store, voluntarily exit at 35:00.