diff --git a/main.py b/main.py index 965982f..7904d65 100644 --- a/main.py +++ b/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}")