max failures set to 1
Build and Push Docker Images / build-and-push (push) Successful in 20s

This commit is contained in:
2025-07-07 13:12:54 +02:00
parent ee8a5164d7
commit da9ee87565
+1 -1
View File
@@ -141,7 +141,7 @@ class PuppeteerHealthcheck:
logger.info("Starting Puppeteer API healthcheck service") logger.info("Starting Puppeteer API healthcheck service")
consecutive_failures = 0 consecutive_failures = 0
max_consecutive_failures = 3 # Restart after 3 consecutive failures max_consecutive_failures = 1 # Restart after 3 consecutive failures
while True: while True:
try: try: