n recent Prefect versions, when I have a worker of...
# ask-marvin
p
n recent Prefect versions, when I have a worker of type process and I run a flow and delete it from the UI while it's running, the worker crashes. I'm running Prefect in a self-hosted version with Docker compose. The error I get is the following:
axiom-prefect-process-worker | |  raise BaseExceptionGroup(
axiom-prefect-process-worker | | ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception)
axiom-prefect-process-worker | +-+---------------- 1 ----------------
axiom-prefect-process-worker |  | Traceback (most recent call last):
axiom-prefect-process-worker |  | File "/app/.venv/lib/python3.12/site-packages/prefect/client/orchestration/_flow_runs/client.py", line 716, in read_flow_run
axiom-prefect-process-worker |  |  response = await self.request(
axiom-prefect-process-worker |  |        ^^^^^^^^^^^^^^^^^^^
axiom-prefect-process-worker |  | File "/app/.venv/lib/python3.12/site-packages/prefect/client/orchestration/base.py", line 53, in request
axiom-prefect-process-worker |  |  return await self._client.send(request)