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