gperrone
05/03/2023, 5:52 PMCrash detected! Execution was cancelled by the runtime environment
error log with no other context. What is everyone’s experience with submitting a large amount of tasks? I have a different flow that submits about 1000 concurrent tasks and I have not had any problems with that oneTraceback (most recent call last):
File "/Users/gperrone/.pyenv/versions/3.8.12/lib/python3.8/contextlib.py", line 189, in __aexit__
await self.gen.athrow(typ, value, traceback)
File "/Users/gperrone/.pyenv/versions/dasa-etl/lib/python3.8/site-packages/prefect/task_runners.py", line 165, in start
yield self
File "/Users/gperrone/.pyenv/versions/dasa-etl/lib/python3.8/site-packages/prefect/engine.py", line 388, in begin_flow_run
terminal_or_paused_state = await orchestrate_flow_run(
File "/Users/gperrone/.pyenv/versions/dasa-etl/lib/python3.8/site-packages/prefect/engine.py", line 669, in orchestrate_flow_run
result = await flow_call.aresult()
File "/Users/gperrone/.pyenv/versions/dasa-etl/lib/python3.8/site-packages/prefect/_internal/concurrency/calls.py", line 181, in aresult
return await asyncio.wrap_future(self.future)
asyncio.exceptions.CancelledError
During handling of the above exception, another exception occurred:
KeyError: 13033
Bianca Hoch
05/03/2023, 8:25 PM429
response in the logs if that is the case.gperrone
05/03/2023, 8:52 PMBianca Hoch
05/04/2023, 5:21 PM