https://prefect.io logo
v

Vaibhav Shetye

03/24/2022, 5:40 AM
Hi we are seeing double scheduling on prefect 0.15.3 Is there any easier way to identify all double schedules ?
a

Anna Geller

03/24/2022, 9:18 AM
Can you share your flow code? There is no such thing as double scheduling. Perhaps you are calling flow.run() within your flow file somehow causing it to run twice?
3 Views