no message
This commit is contained in:
parent
eec5745888
commit
a5717e65fc
@ -6,6 +6,7 @@ namespace App\Services;
|
|||||||
|
|
||||||
use App\Services\Cron\HttpQueue as CronHttpQueue;
|
use App\Services\Cron\HttpQueue as CronHttpQueue;
|
||||||
use App\Services\Cron\ArticleSchema as CronArticleSchema;
|
use App\Services\Cron\ArticleSchema as CronArticleSchema;
|
||||||
|
use App\Services\TomTool\Telegram\slave as TeleSlave;
|
||||||
|
|
||||||
final class Cron
|
final class Cron
|
||||||
{
|
{
|
||||||
@ -27,6 +28,7 @@ final class Cron
|
|||||||
}
|
}
|
||||||
|
|
||||||
echo "cron开始执行\n\n";
|
echo "cron开始执行\n\n";
|
||||||
|
TeleSlave::log()->send("master_cron_run:".date("Y-m-d H:i:s"));
|
||||||
|
|
||||||
if ($s == 0 && $i % 3 === 0) {
|
if ($s == 0 && $i % 3 === 0) {
|
||||||
CronArticleSchema::cacheTgSave();
|
CronArticleSchema::cacheTgSave();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user