feat(nginx-log): NginxLogImport 定时任务 + timer config 注册(Base/App 双层)

This commit is contained in:
augushong
2026-07-28 05:48:46 +08:00
parent ceb73c750a
commit 13b1313e92
3 changed files with 309 additions and 0 deletions

View File

@@ -21,4 +21,12 @@ return [
'frequency' => 86400,
'concurrency' => 1,
],
[
'name' => 'nginx_log_import',
'type' => 'site',
'target' => '/tools/timer.NginxLogImport/do',
'frequency' => 300,
'concurrency' => 1,
'run_type' => 'auto',
],
];