Add portal prewarm resilience docs
CI / Rust checks (push) Canceled after 0s
CI / Docs and registry checks (push) Canceled after 0s
CI / Smoke checks (push) Canceled after 0s
Coverage / Coverage baseline (push) Canceled after 0s
Security / Cargo audit (push) Canceled after 0s
Security / Cargo deny (push) Canceled after 0s
Security / Secret pattern check (push) Canceled after 0s
Security / Dependency review (push) Canceled after 0s

This commit is contained in:
igor04091968
2026-07-01 06:13:06 +03:00
parent fe87c85a31
commit 9c01a2f297
20 changed files with 1285 additions and 25 deletions
+15
View File
@@ -0,0 +1,15 @@
[Unit]
Description=DetMir portal report cache prewarm
After=network-online.target detmir-portal.service
Wants=network-online.target detmir-portal.service
[Service]
Type=oneshot
User=igor
Group=igor
Environment=no_proxy=localhost,127.0.0.1,10.10.10.2
Environment=NO_PROXY=localhost,127.0.0.1,10.10.10.2
ExecStart=/usr/bin/curl -fsS --max-time 180 http://127.0.0.1:8720/api/reports -o /dev/null
TimeoutStartSec=210
Nice=19
IOSchedulingClass=idle