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