Skip to content

Commit

Permalink
fix(healthcheck): Increase retries to 5 (getsentry#1072)
Browse files Browse the repository at this point in the history
  • Loading branch information
BYK authored Aug 19, 2021
1 parent 4b5ab5f commit 610f713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased

- fix(healthcheck): Increase retries to 5 (#1072)
- fix(requirements): Make compose version check bw-compatible (#1068)
- ci: Test with the required minimum docker-compose (#1066)
Run tests using docker-compose `1.28.0` instead of latest
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ x-healthcheck-defaults: &healthcheck_defaults
# https://github.com/getsentry/onpremise/issues/1000
interval: 30s
timeout: 5s
retries: 3
retries: 5
start_period: 10s
x-sentry-defaults: &sentry_defaults
<<: *restart_policy
Expand Down

0 comments on commit 610f713

Please sign in to comment.