mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-09-03 22:51:37 +08:00
feat(log): 新增 debug_log_import 定时导入任务(时间窗口+事务对齐+当天文件保护)
This commit is contained in:
@@ -61,4 +61,12 @@ return [
|
||||
'concurrency' => 1,
|
||||
'run_type' => 'auto',
|
||||
],
|
||||
[
|
||||
'name' => 'debug_log_import',
|
||||
'type' => 'site',
|
||||
'target' => '/tools/timer.DebugLogImport/do',
|
||||
'frequency' => 60,
|
||||
'concurrency' => 1,
|
||||
'run_type' => 'all',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user