no message

This commit is contained in:
hellcat 2025-11-14 17:39:44 +08:00
parent 184703f8f0
commit d88676d9aa

View File

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