Forum Discussion

arvindnsn's avatar
arvindnsn
Contributor
2 years ago
Solved

Running multiple instances of the same triggered task concurrently

Hello,    I have a requirement where multiple instances of the same triggered task has to be run concurrently.   I have a pipeline Load_control.pip that takes several inputs and based on different ...
  • SpiroTaleski's avatar
    2 years ago

    arvindnsn 

    If you have the checkbox "Do not start a new execution if one is already active" checked, then it will prevent the pipeline to run if the previous is still running.  

    And about the concurrency, keep in mind that by default the maximum number of concurrent calls(only for cloudplexes) are 10. 

    BR,

    Spiro Taleski