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
Brandon Davis edited this page Dec 3, 2020
·
2 revisions
Why is the healthcheck in docker compose needed?
So that the worker images aren't started immediately after the girder image. Since the girder image actually installs girder, and then runs girder serve, the workers can start before it, and try to re-run existing tasks, failing them because girder isn't running.