fix(ops): harden worktime recovery and collector guard

This commit is contained in:
igor04091968
2026-06-07 11:41:20 +03:00
parent 9c72539401
commit aa641cba2f
21 changed files with 537 additions and 119 deletions
+4 -2
View File
@@ -11,8 +11,10 @@ Environment=DETMIR_AUTO_HEAL=1
Environment=DETMIR_AI_STATE_DIR=/var/lib/detmir-ai
Environment=DETMIR_AI_RUN_DIR=/var/lib/detmir-ai/locks
EnvironmentFile=-/etc/detmir/detmir-check.env
ExecStart=/usr/local/bin/detmir-auto
TimeoutStartSec=300
Environment=no_proxy=localhost,127.0.0.1,198.51.100.18,192.0.2.13,192.0.2.2,192.0.2.0/24,198.51.100.0/24
Environment=NO_PROXY=localhost,127.0.0.1,198.51.100.18,192.0.2.13,192.0.2.2,192.0.2.0/24,198.51.100.0/24
ExecStart=/usr/local/bin/detmir-auto-rust --command-timeout-seconds 120 --report-timeout-seconds 60
TimeoutStartSec=600
Nice=5
IOSchedulingClass=best-effort
IOSchedulingPriority=7
+2 -2
View File
@@ -1,9 +1,9 @@
[Unit]
Description=Run DetMir autonomous health loop every 15 minutes
Description=Run DetMir autonomous health loop every 30 minutes
[Timer]
OnBootSec=2min
OnUnitActiveSec=15min
OnUnitActiveSec=30min
AccuracySec=1min
Persistent=true
Unit=detmir-auto.service