feat(n8n): migrate rag health watchdog

This commit is contained in:
William Valentin
2026-05-14 11:50:59 -07:00
parent 13087de8c4
commit c774030341
3 changed files with 475 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[Unit]
Description=RAG/Embedding Health HTTP Service (port 18814)
After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/python3 /home/will/lab/swarm/scripts/rag-embedding-health-server.py
Restart=on-failure
RestartSec=5
Environment=PORT=18814
Environment=RAG_HEALTH_TIMEOUT=180
[Install]
WantedBy=default.target