ruanwenjun commented on code in PR #18464:
URL: 
https://github.com/apache/dolphinscheduler/pull/18464#discussion_r3717338250


##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/dto/ScheduleParam.java:
##########
@@ -31,6 +33,7 @@ public class ScheduleParam {
     private Date endTime;
     private String crontab;
     private String timezoneId;
+    private ScheduleMissedFirePolicy missedFirePolicy = 
ScheduleMissedFirePolicy.FIRE_ONCE_NOW;

Review Comment:
   Ds use `withMisfireHandlingInstructionIgnoreMisfires` to set the policy.



-- 
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]

Reply via email to