mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
Changes: * ScheduleOnDates must not be re-scheduled when trigger is updated * ScheduleOnDates must not be scheduled on previous dates when created * ScheduleOnDates should properly support backfill Create new SchedulableExecutionFactory class to hold all methods related to Schedulable trigger and which are only used by core triggers Related-to: #13673