1
0
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:
xiaochong0302 2025-05-22 23:31:12 +08:00
parent 857f53a090
commit e3dbaaa60e

View File

@ -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();