1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-25 04:07:17 +08:00

去除演示中的课程用户数重新统计

This commit is contained in:
koogua 2021-10-06 17:08:01 +08:00
parent 113002fb5f
commit b3307d4527

View File

@ -90,9 +90,6 @@ $scheduler->php($script, $bin, ['--task' => 'sync_app_info', '--action' => 'main
$scheduler->php($script, $bin, ['--task' => 'sync_tag_stat', '--action' => 'main']) $scheduler->php($script, $bin, ['--task' => 'sync_tag_stat', '--action' => 'main'])
->daily(3, 17); ->daily(3, 17);
$scheduler->php($script, $bin, ['--task' => 'sync_course_stat', '--action' => 'main'])
->daily(3, 19);
$scheduler->php($script, $bin, ['--task' => 'close_question', '--action' => 'main']) $scheduler->php($script, $bin, ['--task' => 'close_question', '--action' => 'main'])
->daily(3, 23); ->daily(3, 23);