Skip to content

Misc. Server Operator Notes

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.

Constructing the diff

git log --pretty=oneline $(git describe --tags | cut -d - -f 1)..HEAD

Documentation moved to https://kitware.github.io/dive/

Clone this wiki locally