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
I've pulled the latest changes on the affected branch and the issue is still present.
The issue is reproducible in docker
Description
In order to reproduce the issue, follow these steps:
Run docker compose --file docker-compose-atomizer.yml up
The watchtower comes online slowly which chains failures to connect to it and containers exit.
A quick fix is to add restart:always to each service in docker-compose-atomizer.yml, but @metalicjames mentioned that we should not rely on restarting containers/services. Each service should poll to see if the others are online without exiting.
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Pull Request #157 seems relevant. I'm not familiar with the expected output from Step 1 in the bug description, but when I do Step 1 with the commit in #157, the output eventually stops with the sentinel being "Done":
Without the commit, the output continues for a long time (maybe forever) as the watchtower repeatedly attempts to connect:
Maybe we should consider adding the changes in #157 for the atomizer controller to the controllers of the other components so that they try multiple times to connect without failing. Here's the changes to the atomizer controller:
Affected Branch
trunk
Basic Diagnostics
I've pulled the latest changes on the affected branch and the issue is still present.
The issue is reproducible in docker
Description
In order to reproduce the issue, follow these steps:
docker compose --file docker-compose-atomizer.yml up
A quick fix is to add
restart:always
to each service in docker-compose-atomizer.yml, but @metalicjames mentioned that we should not rely on restarting containers/services. Each service should poll to see if the others are online without exiting.Code of Conduct
The text was updated successfully, but these errors were encountered: