瀏覽代碼

feat:添加新的监控

zhaohaipeng 1 月之前
父節點
當前提交
643b72a1a9
共有 2 個文件被更改,包括 12 次插入1 次删除
  1. 2 1
      monitor/automation_provide_job_monitor.py
  2. 10 0
      resource/monitor/bss_monitor.py

+ 2 - 1
monitor/automation_provide_job_monitor.py

@@ -18,7 +18,8 @@ webhook = 'https://open.feishu.cn/open-apis/bot/v2/hook/9f5c5cce-5eb2-4731-b368-
 
 all_crawler_mode_list = [
     "account", "account_extend", "channel_topic", "channel_topic_extend", "channel_image_search_video",
-    "channel_image_search_topic", "channel_image_search_topic_extend", "channel_image_search_video_all_cate"
+    "channel_image_search_topic", "channel_image_search_topic_extend", "channel_image_search_video_all_cate",
+    "video_decode_accurate_text"
 ]
 
 card_json = {

+ 10 - 0
resource/monitor/bss_monitor.py

@@ -0,0 +1,10 @@
+from resource.monitor.basic_monitor import BasicMonitor
+
+
+class BssMonitor(BasicMonitor):
+
+    def __init__(self):
+        super().__init__()
+
+    def run(self):
+        pass