From e3dbaaa60e9eb42cfc442733d173a8f346dfb540 Mon Sep 17 00:00:00 2001 From: xiaochong0302 Date: Thu, 22 May 2025 23:31:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0RenewDemoLiveCourseTask?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scheduler.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scheduler.php b/scheduler.php index 64716a8b..86b3c913 100644 --- a/scheduler.php +++ b/scheduler.php @@ -96,4 +96,7 @@ $scheduler->php($script, $bin, ['--task' => 'sitemap', '--action' => 'main']) $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();