liang-wenjie opened a new issue, #18550: URL: https://github.com/apache/dolphinscheduler/issues/18550
## Feature request Add an interval-based trigger type for workflow schedules. ## Motivation Some workflows should run at a fixed interval instead of using a Cron expression. When executions overlap, the scheduler should continue calculating fire times from the configured interval. Users should also be able to configure a finite execution count or unlimited repetition. ## Proposed behavior - Support Cron and interval trigger types. - Configure interval by hours, minutes, and seconds. - Support a repeat count, where `-1` means unlimited repetitions. - Preview the next interval-based execution times. - Respect the existing missed-fire 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]
