From 8af0f2be01522f58fd5ef28abddd6b43244ae7ed Mon Sep 17 00:00:00 2001 From: Ittipat Lusuk Date: Wed, 6 May 2026 15:28:53 +0700 Subject: [PATCH] [sheet-service] added heartbeat begin logs --- main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.py b/main.py index 965982f..7904d65 100644 --- a/main.py +++ b/main.py @@ -254,6 +254,8 @@ def redis_message_handler(): if not alive: print(f"[{SERVICE_NAME}] Heartbeat Failed: {catalog} | User: {user_id}") + print(f"[{SERVICE_NAME}] Heartbeat success: {catalog} | User: {user_id}") + elif channel == EXIT_CHANNEL: if not catalog: print(f"[{SERVICE_NAME}] Missing required parameters | Channel: {channel} | User: {user_id}")