From f24002010e79ece4b743c711d9f60a1022a03a89 Mon Sep 17 00:00:00 2001 From: Ittipat Lusuk Date: Wed, 6 May 2026 15:40:13 +0700 Subject: [PATCH] [sheet-service] updated heartbeat --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 702ec0e..accc819 100644 --- a/main.py +++ b/main.py @@ -252,8 +252,8 @@ 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}") + continue print(f"[{SERVICE_NAME}] Heartbeat success: {catalog} | User: {user_id}")