JC Garcia
01/13/2021, 10:26 PMnow = datetime.datetime.utcnow()
dev_clock = clocks.IntervalClock(start_date=now,
interval=datetime.timedelta(minutes=10),
parameter_defaults={"some_prop": "someval"})
schedule = Schedule(clocks=[dev_clock])
flow.schedule = schedule
and it works! the problem is that it only schedules 10 runs, and no more. Any pointers?Chris White
JC Garcia
01/13/2021, 10:31 PMChris White
JC Garcia
01/13/2021, 10:32 PMChris White
JC Garcia
01/13/2021, 10:38 PMprefecthq/server:latest
image, with the following command: python src/prefect_server/services/towel/__main__.py
JC Garcia
01/13/2021, 10:38 PMmatta
01/14/2021, 1:36 AMlatest
)