Can we make the module sleep for more than 5 minutes in MAKE

Hello,

I hope this post finds you well!

We are facing few challenges in MAKE.

  1. How to keep the sleep module to wait for more than 5 minutes (In MAKE 300 seconds or 5 minutes is the maximum time to wait)? Is there any work around to increase the time to wait?
  2. Can we repeat the http module until it gets desired output?
  3. Can we implement any work around to run modules in parallel instead of iterator which gives sequential execution?

We are curious to know how these can be achieved in MAKE.

Thanks,
Ruchetha

Hi!

  1. You can set up multiple sleep modules. Remember to not exceed your maximum scenario runtime plan quota described on the pricing page.

  2. There is no simple answer to this question. One method is to set Evaluate all states as errors (except for 2xx and 3xx) in the HTTP module to Yes and use a break module with Automatically complete execution. Another method is to set up routers and filters. It mostly depends on your use case.

  3. No, even routers work sequentially- https://www.make.com/en/help/modules/router . You can play along with 2nd scenario triggered by webhook.