no message
This commit is contained in:
parent
7b65f54f94
commit
8a8543e8b9
@ -26,7 +26,7 @@ final class Cron
|
||||
$s = (int) ($this->iTestS ?? $s);
|
||||
}
|
||||
|
||||
if ($i % 3 === 0) {
|
||||
if ($s == 0 && $i % 3 === 0) {
|
||||
CronArticleSchema::cacheTgSave();
|
||||
CronArticleSchema::pushToSlave();
|
||||
CronHttpQueue::pop();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user