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

Update Configuration.php #54

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 batch to be debugged.

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