a month ago
My n8n w/worker template and webhook processor template keep crashing. Just subscribed to the hobby plan and looking to set up self-hosted n8n.
Redis and Post gres deploy completely but worker, webhook processor and primary keep failing.
Most times webhook processor and worker deploy successfully but primary never succeeds which then causes the webhook processor and worker to crash
Primary keeps showing this:
Attachments
1 Replies
a month ago
Try:
1) Ensure Redis variables are set identically on Primary, Worker, and Webhook Processor services.
Use the Redis private connection values, not defaults.
Set:
QUEUE_BULL_REDIS_HOST = Redis private host
QUEUE_BULL_REDIS_PORT = Redis private port
QUEUE_BULL_REDIS_PASSWORD = Redis password
QUEUE_BULL_REDIS_DUALSTACK = true
2) Redeploy in order:
- Deploy Primary first and wait until healthy
- Then deploy Worker and Webhook Processor
3) Verify logs show no Redis connection errors and the worker stays running.