We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f81fc commit 84ba5d9Copy full SHA for 84ba5d9
docker/Dockerfile
@@ -46,5 +46,6 @@ RUN pip3 install --no-cache-dir --compile -r $PYTHONPATH/requirements/project-re
46
&& /bin/bash ./docker/watchman_install.sh \
47
&& apk del gcc python3-dev alpine-sdk linux-headers
48
49
-HEALTHCHECK --interval=10s --timeout=2s --start-period=20s --retries=5 CMD nc -z localhost 8001 || exit 1
+# start period is high to allow data migration for 1.4.0
50
+HEALTHCHECK --interval=10s --timeout=2s --start-period=500s --retries=3 CMD nc -z localhost 8001 || exit 1
51
0 commit comments