Setting up queue mode in Render

Checking if anyone has managed to set up queue mode in Render?
Managed to set up a main and a worker instance with redis (also in Render). Was working fine initially, main instance able to queue jobs and worker instance able to complete the execution.
However, Render’s health check/port scans eventually killed the worker because it couldn’t detect an open port on 0.0.0.0, even though the worker was functioning fine. Any way to resolve this?

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Ah crap i’m so dumb. worker instances have to be set up as background workers instead of web service…. Self resolved my issue above.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.