Nic
10/21/2022, 8:37 AMAnna Geller
10/21/2022, 11:46 AM--cron "0 9 * * *" --timezone "America/New_York"
prefect deployment set-schedule flow_name/deploy_name --cron '0 9 * * *' --timezone 'America/New_York'
Nic
10/21/2022, 12:06 PMprefect deployment set-schedule --cron "0 9 * * *" --timezone "America/New_York" flowname/deployment
The rrule is is not working
prefect deployment set-schedule --rrule "FREQ=YEARLY;BYMONTH=1;BYMONTHDAY=1" --timezone "America/New_York" flowname/deployment
I've tried to encapsulate the rule both in " and ' and also without encapsulating it
Anna Geller
10/24/2022, 11:05 AMNic
10/26/2022, 10:49 AMAnna Geller
10/26/2022, 11:51 AMNic
10/26/2022, 12:44 PMAnna Geller
10/26/2022, 4:23 PMNic
10/26/2022, 4:58 PM