Phobetor / rabbitmq-supervisor-bundle

Symfony bundle to automatically create and update supervisor configurations for RabbitMQ consumer daemons
MIT License
104 stars 42 forks source link

[Question] supervisor bundle doesn't create any worker #61

Open ITspirit opened 5 years ago

ITspirit commented 5 years ago

I've installed as requested and defined in the readme.md. But, after "rebuild" it doesn't generate any workers.

What's wrong or what's the way to define workers? If i create workers.conf manually, the will be deleted on "rebuild".

Any idea, suggestions?

ssammut commented 5 years ago

@ITspirit do you mean that no worker process is generated ? if yes did you try with the "--wait-for-supervisord" additional parameter?

avoropaev commented 5 years ago

--wait-for-supervisord this flag solved problem for me

mvaljento commented 5 years ago

Same problem: no .conf files are being created in the supervisor/dev/worker directory when running rebuild.

If I try to run php bin/console rabbitmq-supervisor:build --wait-for-supervisord, I get " Misuse of shell builtins" from supervisord.