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