You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During some deployments I sometimes see the following error:
ERROR: for somenodename UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)
An HTTP request took too long to complete. Retry with --verbose to obtain debug information.
If you encounter this issue regularly because of slow network conditions, consider setting COMPOSE_HTTP_TIMEOUT to a higher value (current value: 60).
As a troubleshooting step I first want to try setting that variable as manual troubleshooting is unfortunately complicated and hard to replicate. However, the cookbook doesn't seem to support setting this, nor does it support the 'environment' property, which would be another way of setting this.
Thanks!
The text was updated successfully, but these errors were encountered:
@parak Hi! I'm gonna be busy the whole week, so sadly won't have a chance to look it before the weekend. Implementing environment property should be relatively easy.
During some deployments I sometimes see the following error:
As a troubleshooting step I first want to try setting that variable as manual troubleshooting is unfortunately complicated and hard to replicate. However, the cookbook doesn't seem to support setting this, nor does it support the 'environment' property, which would be another way of setting this.
Thanks!
The text was updated successfully, but these errors were encountered: