Skip to content

3.0.0

Compare
Choose a tag to compare
@Phobetor Phobetor released this 10 May 14:46
· 39 commits to master since this release

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 the pid 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.