All checks were successful
continuous-integration/drone/push Build is passing
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
8 lines
335 B
Python
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
|