feat(log): 新增 debug_log_import 定时导入任务(时间窗口+事务对齐+当天文件保护)

This commit is contained in:
augushong
2026-08-16 08:45:19 +08:00
parent c0cae93562
commit 57873080df
3 changed files with 393 additions and 0 deletions

View File

@@ -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',
],
];