From d88676d9aa36fdf42d8418de94b2d5c3f8965500 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Fri, 14 Nov 2025 17:39:44 +0800 Subject: [PATCH] no message --- app/Services/Cron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/Cron.php b/app/Services/Cron.php index b16eaeef..a65e37db 100644 --- a/app/Services/Cron.php +++ b/app/Services/Cron.php @@ -28,7 +28,7 @@ final class Cron } echo "cron开始执行\n\n"; - TeleSlave::log()->send("master_cron_run:".date("Y-m-d H:i:s")); + TeleSlave::log()->enableSlaveQueue(false)->send("master_cron_run:".date("Y-m-d H:i:s")); if ($s == 0 && $i % 3 === 0) { CronArticleSchema::cacheTgSave();