monasca / monasca-docker

Docker files and setup for Monasca
Apache License 2.0
24 stars 47 forks source link

Compose error "HTTP request took too long to complete" #479

Open mellitiseifeddine opened 5 years ago

mellitiseifeddine commented 5 years ago

Lately I've been noticing the following error message quite frequently with docker-compose up:

ERROR: 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).

matrixik commented 5 years ago

I never encountered similar errors from docker-compose.

For how long do you run this services? Did you tried to run all components in detached mode docker-compose up -d? They will be run in the background so you could check they logs with docker-compose logs command.