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

Set minimun worker to 0 #55

Closed ermeo closed 6 years ago

ermeo commented 6 years ago

Sometime I need a queue without any running consumer. In our case, queue_error shouldn't be consumed automatically, and be run in command line to be debugged.

So I changed the minimum number of worker worker_count to 0.