no message

This commit is contained in:
hellcat 2025-11-14 14:48:10 +08:00
parent 8a8543e8b9
commit 0913beb92d

View File

@ -26,6 +26,8 @@ final class Cron
$s = (int) ($this->iTestS ?? $s); $s = (int) ($this->iTestS ?? $s);
} }
echo "cron开始执行\n\n";
if ($s == 0 && $i % 3 === 0) { if ($s == 0 && $i % 3 === 0) {
CronArticleSchema::cacheTgSave(); CronArticleSchema::cacheTgSave();
CronArticleSchema::pushToSlave(); CronArticleSchema::pushToSlave();