Skip to content
Snippets Groups Projects
  • Jeremy Lin's avatar
    bbb0484d
    Healthcheck fixes/optimizations · bbb0484d
    Jeremy Lin authored
    * Switch healthcheck interval/timeout from 30s/3s to 60s/10s.
      30s interval is arguably overkill, and 3s timeout is definitely too short
      for lower end machines.
    * Use HEALTHCHECK CMD exec form to avoid superfluous `sh` invocations.
    * Add `--silent --show-error` flags to curl call to avoid progress meter being
      shown in healthcheck logs.
    bbb0484d
    History
    Healthcheck fixes/optimizations
    Jeremy Lin authored
    * Switch healthcheck interval/timeout from 30s/3s to 60s/10s.
      30s interval is arguably overkill, and 3s timeout is definitely too short
      for lower end machines.
    * Use HEALTHCHECK CMD exec form to avoid superfluous `sh` invocations.
    * Add `--silent --show-error` flags to curl call to avoid progress meter being
      shown in healthcheck logs.
healthcheck.sh 1.64 KiB