|
|
@@ -13,7 +13,6 @@ class AutomationJobCronInfo(Enum):
|
|
|
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)
|
|
|
- workflow_schedule = ("基于需求的供给workflow", "workflow_schedule", "other", 6)
|
|
|
workflow_schedule_history_homochronous = ("基于需求的供给workflow(历史同期)", "workflow_schedule", "history_homochronous", 9)
|
|
|
|
|
|
def __init__(self, task_name, crawler_mode, video_source, task_start_hour):
|