I’m runnning n8n in aws fargate, when i try configure the worker mode in fargate, the commands to start the workers where not found.
I’d tried this following commands:
n8n worker
Information on your n8n setup
- n8n version:
- **Database :Postgres 13
- **Running n8n via (Docker, npm, n8n cloud, desktop app):aws fargate
Hi @Thiago_Chaves, welcome to the community!
Sorry to hear you’re having trouble. I don’t use AWS Fargate myself, but it seems like you might have executed this command in the wrong context. You’d need to make sure the command is executed inside the respective container. An example docker run command would be documented here.