Skip to content

Commit 43d4c5d

Browse files
mzglinskialdy505
andauthored
feat: healthchecks for sentry components (#3859)
* feat: add snuba healthcheck * fix: snuba healthchecks * fix: remove healthcheck from replacer * feat: add healthchecks to sentry * fix: small changes to sentry healthchecks * fix: worker healthcheck * feat: vroom healthcheck * feat: symbolicator healthcheck * feat: add nginx healthcheck * fix: typo in .env * fix: typo in docker-compose.yml * test: increase docker compose --wait-timeout * Revert "test: increase docker compose --wait-timeout" This reverts commit fc43389. * fix: do not use healthcheck: [disabled: true], since it breaks docker compose wait command --------- Co-authored-by: Reinaldy Rafli <[email protected]>
1 parent 8bf5663 commit 43d4c5d

File tree

2 files changed

+200
-51
lines changed

2 files changed

+200
-51
lines changed

.env

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ UPTIME_CHECKER_IMAGE=ghcr.io/getsentry/uptime-checker:nightly
1919
HEALTHCHECK_INTERVAL=30s
2020
HEALTHCHECK_TIMEOUT=1m30s
2121
HEALTHCHECK_RETRIES=10
22+
HEALTHCHECK_START_PERIOD=10s
23+
HEALTHCHECK_FILE_INTERVAL=60s
24+
HEALTHCHECK_FILE_TIMEOUT=10s
25+
HEALTHCHECK_FILE_RETRIES=1
26+
HEALTHCHECK_FILE_START_PERIOD=180s
2227
# Caution: Raising max connections of postgres increases CPU and RAM usage
2328
# see https://github.com/getsentry/self-hosted/pull/2740 for more information
2429
POSTGRES_MAX_CONNECTIONS=100

0 commit comments

Comments
 (0)