syakesaba
12/02/2024, 1:45 AMMarvin
12/02/2024, 1:46 AMsql
UPDATE flow_runs SET state = 'Cancelled' WHERE state = 'Failed to cancel';
3. Scope Mismatch and Infrastructure Absence: Per the Prefect documentation, cancellation issues can occur if the infrastructure doesn't support it or has mismatched identifiers. The flow run might be marked as canceled if the infrastructure is absent but might not be enforced without the infrastructure present.
4. Further Exploration: I didn't find direct GitHub issues related to your specific error message for Prefect 3.1.2, suggesting that this might be a lesser-discussed problem or version-specific glitch.
Remember, to always have backups before making significant changes, just in case something gets a little... overzealous. Hopefully, this helps you terminate those stubborn flow runs! If issues persist, consider reaching out to the Prefect community for deeper support.syakesaba
12/02/2024, 1:57 AMMarvin
12/02/2024, 1:58 AMsyakesaba
12/02/2024, 2:11 AMMarvin
12/02/2024, 2:11 AM