|
@@ -67,7 +67,7 @@ func Task() {
|
|
|
_ = AddEdbTask(nil)
|
|
|
|
|
|
|
|
|
- statisticsUserView := task.NewTask("statisticsUserView", "0 5 0 * * *", StatisticsUserView)
|
|
|
+ statisticsUserView := task.NewTask("statisticsUserView", "0 5 2 * * *", StatisticsUserView)
|
|
|
task.AddTask("每日用户阅读数据统计", statisticsUserView)
|
|
|
|
|
|
fmt.Println("task end")
|