no message
This commit is contained in:
parent
94df46557e
commit
6f32c621a9
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user