From b3307d45279720cc0b49006f3b5be263bd6edcdc Mon Sep 17 00:00:00 2001 From: koogua Date: Wed, 6 Oct 2021 17:08:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=BC=94=E7=A4=BA=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E8=AF=BE=E7=A8=8B=E7=94=A8=E6=88=B7=E6=95=B0=E9=87=8D?= =?UTF-8?q?=E6=96=B0=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scheduler.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/scheduler.php b/scheduler.php index e1e3690d..a4549786 100644 --- a/scheduler.php +++ b/scheduler.php @@ -90,9 +90,6 @@ $scheduler->php($script, $bin, ['--task' => 'sync_app_info', '--action' => 'main $scheduler->php($script, $bin, ['--task' => 'sync_tag_stat', '--action' => 'main']) ->daily(3, 17); -$scheduler->php($script, $bin, ['--task' => 'sync_course_stat', '--action' => 'main']) - ->daily(3, 19); - $scheduler->php($script, $bin, ['--task' => 'close_question', '--action' => 'main']) ->daily(3, 23);