mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-23 20:00:27 +08:00
添加RenewDemoLiveCourseTask
This commit is contained in:
parent
857f53a090
commit
e3dbaaa60e
@ -96,4 +96,7 @@ $scheduler->php($script, $bin, ['--task' => 'sitemap', '--action' => 'main'])
|
|||||||
$scheduler->php($script, $bin, ['--task' => 'teacher_live_notice', '--action' => 'provide'])
|
$scheduler->php($script, $bin, ['--task' => 'teacher_live_notice', '--action' => 'provide'])
|
||||||
->daily(4, 7);
|
->daily(4, 7);
|
||||||
|
|
||||||
|
$scheduler->php($script, $bin, ['--task' => 'renew_demo_live_course', '--action' => 'main'])
|
||||||
|
->daily(4, 59);
|
||||||
|
|
||||||
$scheduler->run();
|
$scheduler->run();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user