Hey, we have a pipeline that triggers a lot of flo...
# ask-community
a
Hey, we have a pipeline that triggers a lot of flows. But some of the many flows sometimes just gets blocked because of a never ending task run. Also I’m seeing the following error in prefect’s dashboard:
Copy code
Encountered exception during execution:
Traceback (most recent call last):
  File "/Users/alisalimli/workspace/superagent-ai/super-research/.venv/lib/python3.11/site-packages/prefect/_internal/concurrency/calls.py", line 327, in aresult
    return await asyncio.wrap_future(self.future)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
asyncio.exceptions.CancelledError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/Users/alisalimli/workspace/superagent-ai/super-research/.venv/lib/python3.11/site-packages/prefect/engine.py", line 877, in orchestrate_flow_run
    result = await flow_call.aresult()
             ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/alisalimli/workspace/superagent-ai/super-research/.venv/lib/python3.11/site-packages/prefect/_internal/concurrency/calls.py", line 329, in aresult
    raise CancelledError() from exc
prefect._internal.concurrency.cancellation.CancelledError