Baldinof / roadrunner-bundle

A RoadRunner worker integrated in your Symfony app
MIT License
255 stars 46 forks source link

Fix kernel always reboot strategy configuration #68

Closed lnahiro closed 2 years ago

lnahiro commented 2 years ago

On bundle configuration even if the reboot strategy is set to always, its the on_exception strategy that will be apply :

kernel_reboot:
        strategy: always

The always reboot strategy has been removed in v2. I don't know if there was a reason why ?

Baldinof commented 2 years ago

Hi!

I think it's a mistake done when cleaning deprecated code.

Thank you for the fix :)

Baldinof commented 2 years ago

And it's released in 2.1.4