diff --git a/app/Services/Cron.php b/app/Services/Cron.php index 768d6802..427ba413 100644 --- a/app/Services/Cron.php +++ b/app/Services/Cron.php @@ -28,10 +28,10 @@ final class Cron } echo "cron开始执行\n\n"; - TeleSlave::log()->enableSlaveQueue(false)->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 ($i % 3 === 0) { - TeleSlave::log()->enableSlaveQueue(false)->send("master_cron_run__hit!!:".date("Y-m-d H:i:s")); +// TeleSlave::log()->enableSlaveQueue(false)->send("master_cron_run__hit!!:".date("Y-m-d H:i:s")); CronArticleSchema::cacheTgSave(); CronArticleSchema::pushToSlave(); CronHttpQueue::pop();