https://prefect.io logo
Title
t

Torstein Molland

02/27/2023, 9:44 AM
Hi, We have a deployment that is scheduled using the RRULE
FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR;BYHOUR=18;BYMINUTE=15;WKST=MO
. However, it seems to be scheduled twice within the same minute as can be seen in the screenshot. What could be the reason for this and how can it be solved? Thank you kindly!
I added
BYSECOND=0
which solved the issue, but I'm not quite why not specifying
BYSECOND
lead to duplicates as I thought dateutil would pick the value from datetime if not specified and it doesn't make sense that it would pick two different values for the same deployment given the specified RRULE