Runbook — N8nDown
N8nDown
Severity
Section titled “Severity”critical
Audience
Section titled “Audience”ops
Phase 30.3 / KAN-293
Impact
Section titled “Impact”n8n drives integration workflows (webhook fan-out, scheduled imports). If n8n is down, no workflows fire — the user-facing EQMS keeps running, but background integrations stall.
Fallback procedure (until 30.3 lands)
Section titled “Fallback procedure (until 30.3 lands)”# Check n8n container:docker ps --filter name=n8n --format 'table {{.Names}}\t{{.Status}}'curl -fsS https://workflows.innoqualis.com/healthz || echo "n8n healthcheck failed"
# Restart:docker compose -f path/to/n8n/compose.yml restart n8n
# Logs:docker logs --tail 200 innoqualis-n8nRelated
Section titled “Related”Last reviewed
Section titled “Last reviewed”2026-05-29 — ops (stub)