|
@@ -184,7 +184,7 @@ class TaskScheduler(TaskMapper):
|
|
|
# 头条文章,视频抓取
|
|
|
"crawler_toutiao": self._crawler_toutiao_handler,
|
|
|
# 文章池冷启动发布
|
|
|
- "article_pool_pool_cold_start": self._article_pool_cold_start_handler,
|
|
|
+ "article_pool_cold_start": self._article_pool_cold_start_handler,
|
|
|
# 任务超时监控
|
|
|
"task_processing_monitor": self._task_processing_monitor_handler,
|
|
|
}
|