Files
cc-ci/tests/n8n/recipe_meta.py
autonomic-bot 032f314eff
All checks were successful
continuous-integration/drone/push Build is passing
M6.5: enroll n8n (recipe #6, workflow automation) — tests authored (single-service, .n8n volume)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-27 06:48:39 +01:00

8 lines
335 B
Python

# Per-recipe harness config for n8n (recipe #6 — workflow automation; single-service, stateful via
# the /home/node/.n8n volume, sqlite by default). Normal terminate-at-Traefik (no passthrough).
# n8n exposes /healthz (200 {"status":"ok"}) once up.
HEALTH_PATH = "/healthz"
HEALTH_OK = (200,)
DEPLOY_TIMEOUT = 600
HTTP_TIMEOUT = 300