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
01/13/2021, 10:29 PMJC Garcia
01/13/2021, 10:31 PMChris White
01/13/2021, 10:32 PMJC Garcia
01/13/2021, 10:32 PMChris White
01/13/2021, 10:35 PMJC Garcia
01/13/2021, 10:38 PMprefecthq/server:latest
image, with the following command: python src/prefect_server/services/towel/__main__.py
matta
01/14/2021, 1:36 AMlatest
)