Commit 712c66ca by 陈森彬

update

parent 4c96f823
Showing with 1 additions and 0 deletions
......@@ -21,6 +21,7 @@ def task_fail_rate_monitor():
while True:
try:
msg = get_task_error_rate(time_range=TIME_INTERVAL)
print(msg)
if msg:
logger.info(msg)
dd_send_msg(msg)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment