mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-25 12:09: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'])
|
$scheduler->php($script, $bin, ['--task' => 'sitemap', '--action' => 'main'])
|
||||||
->daily(4, 3);
|
->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'])
|
$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