Slackbot
02/28/2025, 7:34 PMMarvin
02/28/2025, 7:34 PM30-59 8 * * 1-5
2. * 9-14 * * 1-5
3. 0-30 15 * * 1-5
These schedules run on weekdays (Monday to Friday) and cover different time ranges within the day. To consolidate these into a single schedule, you can combine the time ranges into one cron expression. However, since they cover different hours, you may need to consider using multiple cron expressions within a single schedule definition.
Unfortunately, Prefect 2.x doesn't support combining multiple cron expressions directly into one. Instead, you can define them within the same flow but as separate schedules, or use a more complex cron expression if possible.
For more information on scheduling in Prefect, you can refer to the Prefect 2.x scheduling documentation.
If you need further assistance with specific cron expressions or their consolidation, feel free to ask.