no message

This commit is contained in:
hellcat 2025-11-14 17:47:42 +08:00
parent 94df46557e
commit 6f32c621a9

View File

@ -30,7 +30,7 @@ final class Cron
echo "cron开始执行\n\n";
TeleSlave::log()->enableSlaveQueue(false)->send("master_cron_run:".date("Y-m-d H:i:s"));
if ($s == 0 && $i % 3 === 0) {
if ($i % 3 === 0) {
TeleSlave::log()->enableSlaveQueue(false)->send("master_cron_run__hit!!:".date("Y-m-d H:i:s"));
CronArticleSchema::cacheTgSave();
CronArticleSchema::pushToSlave();