From bbe3002a5496f6e2441baf0ddda81f9db568cd92 Mon Sep 17 00:00:00 2001 From: xiaochong0302 Date: Sat, 17 Jun 2023 18:46:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96scheduler?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scheduler.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scheduler.php b/scheduler.php index 93fb1d59..086c66f5 100644 --- a/scheduler.php +++ b/scheduler.php @@ -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();