3.0.0
Changelog (since phobetor/rabbitmq-supervisor-bundle@2.0.0
)
- consumer command can be overridden completely
- fix fetching configuration from multiple configuration files #18 #19 ( thx @spdionis )
- add logging and exceptions when call to supervisor fail #21 #22 ( thx @kisztof )
- start
supervisord
in non-blocking mode #29 #34 ( thx @tackerm ) - make compatible with symfony 4 #31 #35 ( thx @Firstsailor )
- add default values when there is no configuration for some worker types
- fix process determination for systems where
ps
ignores thepid
argument #38 ( thx @gregurco ) - throw exception for unknown arguments in control command #39 ( thx @gregurco )
- remove
twig
dependency - add command option to wait for
supervisord
and handle its output #42 #43
BC break
Commands will by default no longer wait for supervisord
to complete. If you need this (e. g. to get feedback on errors) use the --wait-for-supervisord
option.