diff --git a/pkg/cron/task.go b/pkg/cron/task.go index 8797de2..dd0a63a 100644 --- a/pkg/cron/task.go +++ b/pkg/cron/task.go @@ -49,7 +49,7 @@ func InitTasks() error { } // 每2分钟执行一次标签观看次数更新任务 - err = cm.AddTask("updateCastTagWatchCount", "0 */1 * * * *", UpdateCastTagWatchCountTask) + // err = cm.AddTask("updateCastTagWatchCount", "0 */1 * * * *", UpdateCastTagWatchCountTask) cm.Start() // 启动队列消费者