From 610f7136bc76b2dcaf1fbe2b83819eb3809e8c09 Mon Sep 17 00:00:00 2001 From: Burak Yigit Kaya Date: Thu, 19 Aug 2021 19:12:09 +0300 Subject: [PATCH] fix(healthcheck): Increase retries to 5 (#1072) Fixes #1070. --- CHANGELOG.md | 1 + docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9d4dd5bb7..4798f50f0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docker-compose.yml b/docker-compose.yml index 6b1a4b9972..008bb14a02 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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