From 94df46557eccb9eb6c06f55372367f7d0a1ab6d7 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Fri, 14 Nov 2025 17:42:45 +0800 Subject: [PATCH] no message --- app/Services/Cron.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Services/Cron.php b/app/Services/Cron.php index a65e37db..2a2f74c7 100644 --- a/app/Services/Cron.php +++ b/app/Services/Cron.php @@ -31,6 +31,7 @@ final class Cron TeleSlave::log()->enableSlaveQueue(false)->send("master_cron_run:".date("Y-m-d H:i:s")); if ($s == 0 && $i % 3 === 0) { + TeleSlave::log()->enableSlaveQueue(false)->send("master_cron_run__hit!!:".date("Y-m-d H:i:s")); CronArticleSchema::cacheTgSave(); CronArticleSchema::pushToSlave(); CronHttpQueue::pop();