Skip to content

Commit 84ba5d9

Browse files
committed
changed start period
1 parent 71f81fc commit 84ba5d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,6 @@ RUN pip3 install --no-cache-dir --compile -r $PYTHONPATH/requirements/project-re
4646
&& /bin/bash ./docker/watchman_install.sh \
4747
&& apk del gcc python3-dev alpine-sdk linux-headers
4848

49-
HEALTHCHECK --interval=10s --timeout=2s --start-period=20s --retries=5 CMD nc -z localhost 8001 || exit 1
49+
# 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
5051

0 commit comments

Comments
 (0)