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:
parent
9cee5687fd
commit
bbe3002a54
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user