December 15, 20196 yr Hi everybody, I just updated to 6.8.0 and have now the problem that docker is really slow and also if i create docker containers with docker-compose it is not working as smooth as before. It takes much more time or is not working at all. I get following error messages: ERROR: for Krusader UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=70) 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). there is a endless loop of: compose.parallel.feed_queue: Pending: set() And compose.parallel.parallel_execute_iter: Failed: <Container: Krusader (d02733)> compose.parallel.feed_queue: Pending: set() Has anybody the same problem and a solution for this problem?
December 16, 20196 yr Author Made two commands export COMPOSE_HTTP_TIMEOUT=600 export DOCKER_CLIENT_TIMEOUT=600 so the error is not shown. But the it takes to much time to compose all the container. real 3m12.512s user 0m5.788s sys 0m0.396s on 6.6.6 it tokes half the time in my feeling.
Archived
This topic is now archived and is closed to further replies.