Hi, I am executing a flow at 12:05 to run on 12/24 at 08:00 a.m. but when the schedule is about to run, the flow starts 1 second before and the schedule changes to the next day 12/24 08hr. I use prefect == 0.15.6
a
Anna Geller
12/24/2021, 1:26 PM
You would need to provide a bit more information - do you use Prefect Cloud? Did you register this flow, and if so can you share your flow configuration, especially storage and run config?
a
Anyelin Calderon
12/24/2021, 2:22 PM
Hi, my code is simple, only use prefect schedules
Anyelin Calderon
12/24/2021, 2:23 PM
@task
def etl():
print("*********** Hola Mundo 2 *****************")
dt = pendulum.today(tz="America/buenos_aires").subtract(days=1) #Fecha de hoy menos 1 dia
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.