Browse Source

测试告警时间

zhangbo 5 months ago
parent
commit
80a88ba21b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      write_redis/utils_monitor.py

+ 1 - 1
write_redis/utils_monitor.py

@@ -19,7 +19,7 @@ server_robot = {
 }
 def _monitor(dt, hh, msg):
     """rov模型预测列表"""
-    if hh > 6:
+    if hh > 1:
         msg_text = f"\n- 所属项目: rov-offline" \
                    f"\n- 告警名称: 离线更新数据不符合预期" \
                    f"\n- 所属环境: {config_.ENV_TEXT}" \