[sheet-service] updated heartbeat
This commit is contained in:
parent
194b239a83
commit
f24002010e
1 changed files with 1 additions and 1 deletions
2
main.py
2
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}")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue