no message

This commit is contained in:
hellcat 2025-11-14 17:35:29 +08:00
parent eec5745888
commit a5717e65fc

View File

@ -6,6 +6,7 @@ namespace App\Services;
use App\Services\Cron\HttpQueue as CronHttpQueue;
use App\Services\Cron\ArticleSchema as CronArticleSchema;
use App\Services\TomTool\Telegram\slave as TeleSlave;
final class Cron
{
@ -27,6 +28,7 @@ final class Cron
}
echo "cron开始执行\n\n";
TeleSlave::log()->send("master_cron_run:".date("Y-m-d H:i:s"));
if ($s == 0 && $i % 3 === 0) {
CronArticleSchema::cacheTgSave();