det101 commented on issue #16260:
URL: 
https://github.com/apache/dolphinscheduler/issues/16260#issuecomment-2647236911

   
   > So there will exist two thread? One will consume from the 
`GlobalTaskDispatchWaitingQueue` or named `TaskQueueWithDelay` another thread 
will consume from `WorkerGroupQueue` or named `WorkGroupTaskQueue`
   
   There will be two threads, one thread performs tasks according to time, and 
the other thread non-blockingly processes all tasks in the work group queue 
according to time and priority.
   
   
![Image](https://github.com/user-attachments/assets/908bd603-b7ee-421b-9ef6-0660e724ee7d)


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