Michał Wysocki
02/02/2024, 8:46 AMMarvin
02/02/2024, 8:56 AMschedule
with a single start_time
that is 5 minutes into the future.
Keep in mind that Prefect 2.x has the concept of flow concurrency where you can limit the number of concurrent flow runs, which may also help avoid overlaps without explicitly introducing a delay.
Look at the Prefect documentation or community examples for more detailed guidance on implementing delays between flows. If further assistance is needed with specific implementation in Prefect 2.x, I recommend reaching out to Prefect community forums or the official Prefect Slack workspace where actual code examples and more targeted advice might be provided.