Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit 0bf2ed9

Browse files
committed
Removed HEALTHCHECK because is providing no value to us
1 parent 8c1f2e9 commit 0bf2ed9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Dockerfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -910,8 +910,12 @@ ENV FIREFOX_VERSION="${FF_VER}" \
910910
#================================
911911
# VOLUME ${LOGS_DIR}
912912

913-
HEALTHCHECK --interval=2m --timeout=50s --retries=2 \
914-
CMD wait_all_done 30s
913+
# Removed HEALTHCHECK because is providing no value to us but
914+
# rather problems. When Zalenium starts N containers at the some time
915+
# the --interval will make docker check the health of all of them
916+
# at the same time and this causes an unnecessary CPU overhead.
917+
# HEALTHCHECK --interval=2m --timeout=50s --retries=2 \
918+
# CMD wait_all_done 30s
915919

916920
#================
917921
# Binary scripts

0 commit comments

Comments
 (0)