Hello, we have dagster cloud hybrid in a docker co...
# ask-community
m
Hello, we have dagster cloud hybrid in a docker container and have received this error when materializing an asset, anyone know whats going on?
Copy code
requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='ourorg.agent.dagster.cloud', port=443): Read timed out. (read timeout=60)
  File "/usr/local/lib/python3.11/site-packages/dagster_cloud_cli/core/graphql_client.py", line 78, in execute
    return self._execute_retry(query, variable_values, headers)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/dagster_cloud_cli/core/graphql_client.py", line 154, in _execute_retry
    response = <http://self._session.post|self._session.post>(
               ^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/requests/sessions.py", line 635, in post
    return self.request("POST", url, data=data, json=json, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/requests/sessions.py", line 587, in request
    resp = self.send(prep, **send_kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/requests/sessions.py", line 701, in send
    r = adapter.send(request, **kwargs)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/requests/adapters.py", line 532, in send
    raise ReadTimeout(e, request=request)
d
Hi Martin - is this something you're seeing consistently, or was it a one-off? This usually indicates a networking issue between your agent and our cluster. If it's happening consistently there are some things we can do to tweak the retry behavior
m
its pretty rare but it did cause the asset materialization to fail - we've up'd the resources for the container and will comment back if it happens again
👍 1