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 4b5ab5f commit 610f713Copy full SHA for 610f713
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
## Unreleased
4
5
+- fix(healthcheck): Increase retries to 5 (#1072)
6
- fix(requirements): Make compose version check bw-compatible (#1068)
7
- ci: Test with the required minimum docker-compose (#1066)
8
Run tests using docker-compose `1.28.0` instead of latest
docker-compose.yml
@@ -13,7 +13,7 @@ x-healthcheck-defaults: &healthcheck_defaults
13
# https://github.com/getsentry/onpremise/issues/1000
14
interval: 30s
15
timeout: 5s
16
- retries: 3
+ retries: 5
17
start_period: 10s
18
x-sentry-defaults: &sentry_defaults
19
<<: *restart_policy
0 commit comments