Skip to content

Commit

Permalink
Temporarily disable health check
Browse files Browse the repository at this point in the history
  • Loading branch information
rylorin committed Feb 28, 2024
1 parent 7dd36c8 commit 9002a14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
timeout-minutes: 14
timeout-minutes: 20
# env:
# IMAGE_NAME: ib-gateway-docker
steps:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ ENV IBGW_WATCHDOG_PROBE_TIMEOUT 10
EXPOSE 4001/tcp
EXPOSE 5900/tcp

HEALTHCHECK --interval=20s --timeout=10s --start-period=90s --retries=3 \
CMD python healthcheck.py || exit 1
# HEALTHCHECK --interval=20s --timeout=10s --start-period=90s --retries=3 \
# CMD python healthcheck.py || exit 1

ENTRYPOINT [ "sh", "/root/cmd.sh" ]

0 comments on commit 9002a14

Please sign in to comment.