David McGuire
08/20/2021, 3:03 PMCronClock
schedule skipping Flow
runs, entirely?David McGuire
08/20/2021, 3:03 PMCreated by
<mailto:jenkins-1a9e3ede-b815-471e-a97b-2697f1735023@sa.prefect.io|jenkins-1a9e3ede-b815-471e-a97b-2697f1735023@sa.prefect.io>
20 August 2021 3:34am
Prefect Core Version:
0.14.19
Schedule
At 01:00 PM, only on Monday and Thursday (PDT)
David McGuire
08/20/2021, 3:04 PMDavid McGuire
08/20/2021, 3:04 PMKevin Kho
David McGuire
08/20/2021, 3:06 PMDavid McGuire
08/20/2021, 3:06 PMesoteric-piculet
Created by
The Prefect Scheduler
Last State Message
[20 August 2021 3:34am]: Flow run scheduled.
backtest version
44
Scheduled to start
26 August 2021 1:00pm
Labels
None
Kevin Kho
David McGuire
08/20/2021, 3:07 PMDavid McGuire
08/20/2021, 3:07 PMQuick Run
Friday morning when I realize something is wrong.Kevin Kho
David McGuire
08/20/2021, 3:09 PMAt 01:00 PM, only on Monday and Thursday (PDT)
Read-only
David McGuire
08/20/2021, 3:10 PMThis schedule was set in your Flow's code so it can't be modifed.
This schedule was created as a Cron clock with a value of 0 13 * * mon,thu
Visit the docs to learn more about Cron clocks on Prefect schedules.
David McGuire
08/20/2021, 3:10 PMDavid McGuire
08/20/2021, 3:15 PMthistle-ferret
20 Aug 2021 7:41am
20 Aug 2021 7:42am
32 minutes, 31 seconds
faithful-sambar
16 Aug 2021 1:00pm
16 Aug 2021 1:01pm
16 Aug 2021 4:18pm
3 hours, 16 minutes, 45 seconds
encouraging-platypus
13 Aug 2021 9:32am
13 Aug 2021 9:33am
13 Aug 2021 11:32am
1 hour, 59 minutes, 1 second
imaginary-quoll
9 Aug 2021 1:00pm
9 Aug 2021 1:00pm
9 Aug 2021 4:19pm
3 hours, 18 minutes, 11 seconds
David McGuire
08/20/2021, 3:16 PMKevin Kho
David McGuire
08/20/2021, 4:17 PM# 1PM PDT/PST (as needed) every Monday and Thursday
CRON_SCHEDULE = "0 13 * * mon,thu"
dt_aware = pytz.timezone("America/Los_Angeles").localize(dt.datetime.now())
schedule = Schedule(clocks=[CronClock(CRON_SCHEDULE, start_date=dt_aware)])
Kevin Kho
David McGuire
08/23/2021, 3:14 PMKevin Kho
David McGuire
08/23/2021, 3:45 PMDavid McGuire
08/23/2021, 3:45 PMKevin Kho