Constantino Schillebeeckx
12/10/2024, 7:18 PMTraceback (most recent call last):
File "/databricks/python3/lib/python3.9/site-packages/prefect/engine/task_runner.py", line 880, in get_task_run_state
value = prefect.utilities.executors.run_task_with_timeout(
File "/databricks/python3/lib/python3.9/site-packages/prefect/utilities/executors.py", line 493, in run_task_with_timeout
return run_with_multiprocess_timeout(
File "/databricks/python3/lib/python3.9/site-packages/prefect/utilities/executors.py", line 417, in run_with_multiprocess_timeout
raise result
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
From what I understand, it's the Prefect 2 API server that's aborting the connection; under what circumstances does it do that?Constantino Schillebeeckx
12/10/2024, 7:21 PMBianca Hoch
12/10/2024, 10:31 PMConstantino Schillebeeckx
12/10/2024, 11:03 PMConstantino Schillebeeckx
12/10/2024, 11:04 PMrequests
POST & GET callsBianca Hoch
12/11/2024, 1:35 AMConstantino Schillebeeckx
12/11/2024, 2:02 PM