njnu-seafish commented on code in PR #17796:
URL:
https://github.com/apache/dolphinscheduler/pull/17796#discussion_r2739665469
##########
dolphinscheduler-master/src/main/resources/application.yaml:
##########
@@ -111,6 +111,11 @@ master:
# Master max concurrent workflow instances, when the master's workflow
instance count exceeds this value, master server will be marked as busy.
max-concurrent-workflow-instances: 2147483647
worker-group-refresh-interval: 5m
+ # Task dispatch timeout check (currently disabled).
+ # When enabled, tasks not dispatched within this duration are marked as
failed.
+ task-dispatch-policy:
+ dispatch-timeout-enabled: false
+ max-task-dispatch-duration: 1h
Review Comment:
> Please add to the doc.
ok, add it.
--
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]