From da9ee875654d40e6ba0950d81abac1467ce337e0 Mon Sep 17 00:00:00 2001 From: Bram Date: Mon, 7 Jul 2025 13:12:54 +0200 Subject: [PATCH] max failures set to 1 --- Dockers/puppeteer-healthcheck/healthcheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockers/puppeteer-healthcheck/healthcheck.py b/Dockers/puppeteer-healthcheck/healthcheck.py index cb3e7b0..7501d6a 100644 --- a/Dockers/puppeteer-healthcheck/healthcheck.py +++ b/Dockers/puppeteer-healthcheck/healthcheck.py @@ -141,7 +141,7 @@ class PuppeteerHealthcheck: logger.info("Starting Puppeteer API healthcheck service") consecutive_failures = 0 - max_consecutive_failures = 3 # Restart after 3 consecutive failures + max_consecutive_failures = 1 # Restart after 3 consecutive failures while True: try: