zhuangchong opened a new issue, #14148: URL: https://github.com/apache/dolphinscheduler/issues/14148
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description Added status check interval and dependent failure policy parameters for dependent task nodes. The default status check interval is 10s. In practical applications, most of the waiting time is very long. You can configure the status check interval on the page. the dependency failure policy includes dependency failure current task failure, dependency failure current task continues to wait; the current system only supports dependency failure current task failure, this time the new `dependency failure current task continues to wait`, mainly to solve the upstream task failure, all downstream If the task fails directly, reserve fault tolerance time for the upstream task. ### Use case _No response_ ### Related issues _No response_ ### Are you willing to submit a 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]
