codexun commented on issue #6604: URL: https://github.com/apache/dolphinscheduler/issues/6604#issuecomment-951626828
I suggest removing dependent tasks, because I really want to control the number of actually running tasks, but dependent tasks in running status occupy concurrency resources. After generating a task instance, the task instance is in the initial state first. At this time, the pre dependency of the task is checked regularly. If it is completed, the task state is changed to ready and queued into the executable queue. Use a separate service to check dependencies, not as a task! -- 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]
