liang-wenjie commented on issue #18454: URL: https://github.com/apache/dolphinscheduler/issues/18454#issuecomment-5167910130
Thanks for the feedback. I agree that the proposal should be split. I will first submit a smaller PR only for missed schedule fire behavior control, since this part is useful independently and avoids coupling the discussion with a new trigger type. I will also avoid the Quartz-specific name MisfirePolicy and use a scheduler-domain name such as ScheduleMissedFirePolicy, with clearer values like SKIP_MISSED, FIRE_ONCE_NOW, and FIRE_ALL_MISSED. The fixed-interval trigger type will be postponed until I can describe concrete production use cases and clarify why elapsed-interval semantics are needed in addition to cron. I will close/rework the previous draft PR and prepare a smaller PR linked to this DSIP. -- 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]
