Understand parrallel execution of task by conductor server #2571
-
I have made a Dynamic workflow where have I'm 50 HTTP tasks under forktask followed by a Fork_Join task where I'm combining all the 50 Tasks. I have installed Conductor version 2.32.0. and the default installation using docker-compose ("queues.dynomite.threads": "10"). As far as my understanding goes fork task will put all tasks in a scheduled state and then HTTP tasks being system tasks will be executed by the conductor server. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Also, how do I increase the capacity of the Conductor server to execute more number of HTTP Tasks in parallel? |
Beta Was this translation helpful? Give feedback.
Also, how do I increase the capacity of the Conductor server to execute more number of HTTP Tasks in parallel?