Parallel Processing Issue - HTTP Module

Hi there,

I’m experiencing an issue with my scenario, which is basically calling another sub-scenario I created. Sadly, all this processing seems to be in sequential, whereas the option is ticked to be in parallel. Because of the iterator and the HTTP Module, there can be a delay of 3 seconds for each operations, which drastically reduces the scalability of the operations …

Is there any way to allow parallel processing and skip up this delay? I’m afraid that Make cannot be the right tool for me if I cannot scale this scenario.

Thank you.

If one scenario is calling another one via the HTTP module (2nd scenario starts with the webhook) then the 2nd scenario is processed immediately if you didn’t set up the scheduling of the webhook in intervals.

3 Likes

Sorry, I’ve just seen this, I used this solution indeed and it works great! Thanks for your help