Daniel Manson
01/27/2025, 10:56 AMMarvin
01/27/2025, 10:57 AMCTRL+C
), flows may remain in a "Running" state. Issue #7239
3. State Transition Errors: Sometimes, tasks show as "pending" or "running" due to a duplicate timestamp insert error in the task_run_state
table, which violates unique constraints and can break the UI. Issue #16305
4. Timeout and Subflow Issues: Flows with subflows that crash and exceed a timeout can remain in a "Running" state without transitioning properly. Issue #7683
These issues suggest that the problem is more likely related to Prefect's handling of task and flow states rather than something specific you've done. You might want to keep an eye on the Prefect GitHub repository for updates or workarounds on these issues. If the problem persists or affects your workflows significantly, consider reaching out to the Prefect community or support for further assistance.