#feature: add agent consumer delay monitoring

This commit is contained in:
2026-09-01 15:53:29 +08:00
parent c45d68e201
commit adf728adfc
7 changed files with 352 additions and 3 deletions
+8
View File
@@ -143,6 +143,14 @@ return [
'replace_placeholders' => true,
],
'agent-consumer-monitor' => [
'driver' => 'daily',
'path' => storage_path('logs/scheduled-tasks/agent-consumer-monitor.log'),
'level' => env('LOG_LEVEL', 'debug'),
'days' => 7,
'replace_placeholders' => true,
],
'git-monitor' => [
'driver' => 'daily',
'path' => storage_path('logs/scheduled-tasks/git-monitor.log'),