tas
07/18/2022, 3:01 PMAnna Geller
tas
07/18/2022, 3:19 PMTraceback (most recent call last):
File "/opt/conda/lib/python3.8/site-packages/prefect/engine/cloud/task_runner.py", line 154, in initialize_run
task_run_info = self.client.get_task_run_info(
File "/opt/conda/lib/python3.8/site-packages/prefect/client/client.py", line 1494, in get_task_run_info
result = self.graphql(mutation) # type: Any
File "/opt/conda/lib/python3.8/site-packages/prefect/client/client.py", line 443, in graphql
result = <http://self.post|self.post>(
File "/opt/conda/lib/python3.8/site-packages/prefect/client/client.py", line 398, in post
response = self._request(
File "/opt/conda/lib/python3.8/site-packages/prefect/client/client.py", line 647, in _request
response = self._send_request(
File "/opt/conda/lib/python3.8/site-packages/prefect/client/client.py", line 497, in _send_request
response = <http://session.post|session.post>(
File "/opt/conda/lib/python3.8/site-packages/requests/sessions.py", line 590, in post
return self.request('POST', url, data=data, json=json, **kwargs)
File "/opt/conda/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
resp = self.send(prep, **send_kwargs)
File "/opt/conda/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
r = adapter.send(request, **kwargs)
File "/opt/conda/lib/python3.8/site-packages/requests/adapters.py", line 516, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=4200): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x407abf5550>: Failed to establish a new connection: [Errno 111] Connection refused'))
[2022-07-18 14:56:14+0200] INFO - prefect.CloudTaskRunner | Task 'step2': Finished task run for task with final state: 'Pending'
/opt/conda/lib/python3.8/site-packages/prefect/utilities/logging.py:147: UserWarning: Failed to write logs with error: ConnectionError(MaxRetryError("HTTPConnectionPool(host='localhost', port=4200): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x40775569a0>: Failed to establish a new connection: [Errno 111] Connection refused'))")), Pending log length: 5,988, Max batch log length: 4,000,000, Queue size: 2
Anna Geller
tas
07/19/2022, 7:48 AM