ruanwenjun commented on issue #18176:
URL: 
https://github.com/apache/dolphinscheduler/issues/18176#issuecomment-4265969409

   `SubWorkflow` task use a separate thread pool at master, you can set the 
size, the default size is enouth, since it use async mode. 
   ```
   logic-task-config:
      The number of threads used to execute logic task.
      task-executor-thread-count: 10
   ```
   
   Why this will related to worker threads? you meas the task define at sub 
workflow? this will not cause deadlock.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to