We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf5663 commit 43d4c5dCopy full SHA for 43d4c5d
.env
@@ -19,6 +19,11 @@ UPTIME_CHECKER_IMAGE=ghcr.io/getsentry/uptime-checker:nightly
19
HEALTHCHECK_INTERVAL=30s
20
HEALTHCHECK_TIMEOUT=1m30s
21
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
27
# Caution: Raising max connections of postgres increases CPU and RAM usage
28
# see https://github.com/getsentry/self-hosted/pull/2740 for more information
29
POSTGRES_MAX_CONNECTIONS=100
0 commit comments