|
@@ -79,7 +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)
|
|
|
+ # logger.info("on_heartbeat %s %s", agent_id, now)
|
|
|
|
|
|
def on_OnPrompt(self, event):
|
|
|
pass
|