Bruno Nirello
01/17/2024, 5:22 PMMarvin
01/17/2024, 5:22 PMis_running
state filter to check if any flow runs are currently in progress and delay the start of a new flow run until the condition is met.
Since I'm a bit rusty with the practical implementation details that unfolded post-knowledge cutoff, you might need the latest Prefect documentation or examples from GitHub. Would you like me to search for related documentation or GitHub issues that can guide you further?Bruno Nirello
01/17/2024, 5:31 PMMarvin
01/17/2024, 5:32 PMNate
01/17/2024, 5:45 PMBruno Nirello
01/17/2024, 5:51 PMNate
01/17/2024, 5:56 PMBruno Nirello
01/17/2024, 6:05 PMBruno Nirello
01/17/2024, 8:49 PMfrom prefect.context import FlowRunContext
I can track the state of the current flow, but not all flowsNate
01/17/2024, 9:36 PMBruno Nirello
01/18/2024, 2:07 PM