Radeity commented on code in PR #15985:
URL:
https://github.com/apache/dolphinscheduler/pull/15985#discussion_r1597648592
##########
dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/config/MasterConfig.java:
##########
@@ -83,6 +83,10 @@ public class MasterConfig implements Validator {
* task submit retry interval.
*/
private Duration taskCommitInterval = Duration.ofSeconds(1);
+ /**
+ * if scheduler enable to schedule job on master
Review Comment:
```suggestion
* if scheduler is enabled to schedule job on master
```
--
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]