Skip to content

Commit 610f713

Browse files
authored
fix(healthcheck): Increase retries to 5 (#1072)
Fixes #1070.
1 parent 4b5ab5f commit 610f713

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Unreleased
44

5+
- fix(healthcheck): Increase retries to 5 (#1072)
56
- fix(requirements): Make compose version check bw-compatible (#1068)
67
- ci: Test with the required minimum docker-compose (#1066)
78
Run tests using docker-compose `1.28.0` instead of latest

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ x-healthcheck-defaults: &healthcheck_defaults
1313
# https://github.com/getsentry/onpremise/issues/1000
1414
interval: 30s
1515
timeout: 5s
16-
retries: 3
16+
retries: 5
1717
start_period: 10s
1818
x-sentry-defaults: &sentry_defaults
1919
<<: *restart_policy

0 commit comments

Comments
 (0)