[sheet-service] added heartbeat begin logs

This commit is contained in:
Ittipat Lusuk 2026-05-06 15:28:53 +07:00
parent 9ca7bf961f
commit 8af0f2be01

View file

@ -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}")