KnightChess commented on issue #3952:
URL: 
https://github.com/apache/incubator-dolphinscheduler/issues/3952#issuecomment-715920039


   for example,suppose there are two queues, queue_one and default(Provided by 
default), and two task task_one, task_two
   | task_one | task_two | run_workflow | task_one_exec | task_two_exec |
   | --- | --- | --- | --- | --- |
   | queue_one | default | default | queue_one | default |
   | queue_one | default | queue_one | queue_one | queue_one |
   | queue_one | queue_one | default | queue_one | queue_one |
   | default | default | queue_one | queue_one | queue_one |
   
   
![image](https://user-images.githubusercontent.com/20125927/97083780-0ce7bb80-1645-11eb-85b7-6242ebd29c65.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:
[email protected]


Reply via email to