Dyqer opened a new issue, #16460: URL: https://github.com/apache/dolphinscheduler/issues/16460
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened Here are some mistakes about AsyncMasterTask 1. AsyncTask execute times won't be increased 2. The timeout unit is incorrect, the timeout was supposed to be in minutes, but in the code, it was set to seconds. 3. If a dependent task is set with a timeout, its execution frequency will increase as it gets closer to the timeout, it will cause DB down if you have lots tasks. ### What you expected to happen 1. we should schedule master async task with a fixed delay instead of fixed rate to avoid service crashes caused by resource exhaustion ### How to reproduce 1. create some denpendent Task with timeout (like 1 minutes) 2. watch the execute times for async task execution context. ### Anything else _No response_ ### Version 3.2.x ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
