diff --git a/Dockers/puppeteer-healthcheck/healthcheck.py b/Dockers/puppeteer-healthcheck/healthcheck.py index 7501d6a..cb3e7b0 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 = 1 # Restart after 3 consecutive failures + max_consecutive_failures = 3 # Restart after 3 consecutive failures while True: try: