From 194b239a831f6e1e0645542fca346d711b9fa592 Mon Sep 17 00:00:00 2001 From: Ittipat Lusuk Date: Wed, 6 May 2026 15:32:37 +0700 Subject: [PATCH] [sheet-service] updated heartbeat --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 7904d65..702ec0e 100644 --- a/main.py +++ b/main.py @@ -252,6 +252,7 @@ def redis_message_handler(): alive = lock_manager.keep_alive(country, catalog, user_id) if not alive: + continue print(f"[{SERVICE_NAME}] Heartbeat Failed: {catalog} | User: {user_id}") print(f"[{SERVICE_NAME}] Heartbeat success: {catalog} | User: {user_id}")