|
@@ -11,9 +11,7 @@ class AutomationJobCronInfo(Enum):
|
|
|
channel_image_search_topic_extend_top = ("识图找话题拓展(每日Top)", "channel_image_search_topic_extend", "top", 9)
|
|
channel_image_search_topic_extend_top = ("识图找话题拓展(每日Top)", "channel_image_search_topic_extend", "top", 9)
|
|
|
channel_image_search_video_all_cate_top = ("识图直接供给_全品类(每日Top)", "channel_image_search_video_all_cate", "top", 9)
|
|
channel_image_search_video_all_cate_top = ("识图直接供给_全品类(每日Top)", "channel_image_search_video_all_cate", "top", 9)
|
|
|
video_decode_accurate_text_top = ("视频解构精准文本(每日Top)", "video_decode_accurate_text", "top", 9)
|
|
video_decode_accurate_text_top = ("视频解构精准文本(每日Top)", "video_decode_accurate_text", "top", 9)
|
|
|
- keywords_top = ("视频解构关键词(每日Top)", "keywords", "top", 9)
|
|
|
|
|
account_tencent_huxuan = ("腾讯互选平台账号供给(其他)", "account_tencent_huxuan", "other", 9)
|
|
account_tencent_huxuan = ("腾讯互选平台账号供给(其他)", "account_tencent_huxuan", "other", 9)
|
|
|
- workflow_schedule_history_homochronous = ("基于需求的供给workflow(历史同期)", "workflow_schedule", "history_homochronous", 9)
|
|
|
|
|
|
|
|
|
|
def __init__(self, task_name, crawler_mode, video_source, task_start_hour):
|
|
def __init__(self, task_name, crawler_mode, video_source, task_start_hour):
|
|
|
self.task_name = task_name
|
|
self.task_name = task_name
|