소스 검색

feat:添加自动化供给监控

zhaohaipeng 1 개월 전
부모
커밋
554cc5d192
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      monitor/automation_provide_job_monitor.py

+ 1 - 1
monitor/automation_provide_job_monitor.py

@@ -63,7 +63,7 @@ def main():
             crawler_mode_set.append(datum.get('crawlerMode'))
 
     for crawler_mode in crawler_mode_set:
-        title = f"【自动化供给】日任务执行情况监控 -- {crawler_mode}"
+        title = f"【自动化供给任务】{crawler_mode} 执行情况监控"
         content = "| reason | videoIdCnt | crawlerPlanIdCnt |\n"
         content += "| --- | --- | --- |\n"
         for datum in resp.get_body().get('data'):