Ali Salimli
06/07/2024, 8:33 AMEncountered 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