DavidLiu il y a 3 mois
Parent
commit
e67d03b2de
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/core/callcenter/ws.py

+ 1 - 0
src/core/callcenter/ws.py

@@ -79,6 +79,7 @@ class MyNamespace(Namespace):
         now = datetime.now().timestamp()
         key = CENTER_AGENT_HEARTBEAT % saas_id
         redis_handler.redis.hset(key, agent_id, now)
+        logger.info("on_heartbeat %s %s", agent_id, now)
 
     def on_OnPrompt(self, event):
         pass