1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-24 20:06:09 +08:00

优化scheduler

This commit is contained in:
xiaochong0302 2023-06-17 18:46:11 +08:00
parent 9cee5687fd
commit bbe3002a54

View File

@ -96,10 +96,10 @@ $scheduler->php($script, $bin, ['--task' => 'close_question', '--action' => 'mai
$scheduler->php($script, $bin, ['--task' => 'sitemap', '--action' => 'main'])
->daily(4, 3);
$scheduler->php($script, $bin, ['--task' => 'renew_demo_live_course', '--action' => 'main'])
->daily(4, 7);
$scheduler->php($script, $bin, ['--task' => 'teacher_live_notice', '--action' => 'provide'])
->daily(4, 7);
$scheduler->php($script, $bin, ['--task' => 'renew_demo_live_course', '--action' => 'main'])
->daily(4, 59);
$scheduler->run();