Petko
02/08/2024, 5:34 AMMarvin
02/08/2024, 5:34 AMFlow run process exited with non-zero status code -7
, doesn't have an exact match in the Prefect GitHub issues, but there's a similar problem where flows are flagged as crashed when they actually are not (https://github.com/PrefectHQ/prefect/issues/10991). This may not be an exact solution to your problem but provides an insight into potential misclassification of flow run statuses in Prefect; unfortunately, no direct solution is present for your specific error code.
A useful step could be ensuring you have the latest Prefect version installed and checking for updates, bug fixes, or related issues in newer releases. Issues not identical but potentially related include:
- Problems with flow status reporting: https://github.com/PrefectHQ/prefect/issues/10991
- Issues with asynchronous context managers: https://github.com/PrefectHQ/prefect/issues/9412
- Problems with agent CLI flags: https://github.com/PrefectHQ/prefect/issues/8123
Would you like to check for the latest Prefect version to see if an upgrade might contain a fix for your issue?