[sheet-service] updated heartbeat

This commit is contained in:
Ittipat Lusuk 2026-05-06 15:32:37 +07:00
parent 8af0f2be01
commit 194b239a83

View file

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