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();