mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-08-30 12:45:32 +08:00
feat(nginx-log): NginxLogImport 定时任务 + timer config 注册(Base/App 双层)
This commit is contained in:
@@ -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',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user