You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2020/11/03 13:38:59 UTC

[GitHub] [incubator-dolphinscheduler] 13430647361 opened a new issue #4017: Modify the maximum number of concurrent tasks in the workflow

13430647361 opened a new issue #4017:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4017


   Modify the maximum number of concurrent tasks in the workflow
   修改工作流并发执行最大任务数
   select FAQ
   ![image](https://user-images.githubusercontent.com/61308609/97958781-e5cd7e80-1de8-11eb-92f2-f0733b8fa05f.png)
   修改master.exec.task.number=10
   重启
   当我的工作流实例里面调用的是并排的子工作流
   ![image](https://user-images.githubusercontent.com/61308609/97958864-11506900-1de9-11eb-8f10-f1db48018b8f.png)
   会启动超过10个工作流任务,每个子工作流都启动十个,是这样设计的吗,应该是总的一个工作流总体不能超过十个任务启动才对吧.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] xingchun-chen closed issue #4017: Modify the maximum number of concurrent tasks in the workflow

Posted by GitBox <gi...@apache.org>.
xingchun-chen closed issue #4017:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4017


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] xingchun-chen commented on issue #4017: Modify the maximum number of concurrent tasks in the workflow

Posted by GitBox <gi...@apache.org>.
xingchun-chen commented on issue #4017:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4017#issuecomment-721468199


   There are only 10 sub-process tasks associated with workflow tasks, and more than 10 are because there are also tasks of type SUB_PROCESS, which are logical tasks and do not occupy worker resources
   ![image](https://user-images.githubusercontent.com/55787491/98060099-c0da1980-1e83-11eb-89b8-7fbcd6a929d4.png)
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org