resquebundle / resque

ResqueBundle for Symfony 4+
MIT License
50 stars 29 forks source link

Add auth to StartWorkerCommand #61

Closed mrardon closed 3 years ago

mrardon commented 3 years ago

The PR resquebundle/resque#59 did most of the work but missed the StartWorkerCommand. This just adds redis auth to that command as well. I did this against the 5.x releases but should be trivial to backport into 4.x if that is wanted.

PhilETaylor commented 3 years ago

Thanks. Sorry for my delay.