caishunfeng opened a new pull request, #14986: URL: https://github.com/apache/dolphinscheduler/pull/14986
## Purpose of the pull request When run a DAG which include more than 400+ sub process tasks, `StateWheelExecuteThread` will create 400+ events every 5s, and `WorkflowExecuteRunnable` will sleep 1s when handle event error, which cause event stacking. ## Brief change log - add exist check before add event to `WorkflowExecuteRunnable` queue. - change sleep interval from 1s to 100ms. ## Verify this pull request - *Manually verified the change by testing locally.* -- 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]
