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

No errors if supervisor do not exists... #20

Closed NikitaKharkov closed 6 years ago

NikitaKharkov commented 7 years ago

I think you should add some check of supervisor. I spent about 30 minutes to find that in past I installed it in docker image by hands. And now, then I returned to this task, I try to build, to start, to init and commands doesn't help me. Only after some time I called to mind that I haven't installed supervisor yet

Phobetor commented 7 years ago

Sorry for the inconvenience @NikitaKharkov . You are absolutely right. I will add error output for that case.

NikitaKharkov commented 7 years ago

Thank you very much!

kisztof commented 7 years ago

22 Here you are :)

Phobetor commented 6 years ago

Should be handled by #22 which is merged to master and released as new version 3.0.0. @NikitaKharkov please tell me if that works for your case.