michelsalib / BCCResqueBundle

The BCC resque bundle provides integration of php-resque to Symfony2. It is inspired from resque, a Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later.
122 stars 91 forks source link

Support for Symfony 3 #142

Open RighteousIdealizedDung opened 7 years ago

RighteousIdealizedDung commented 7 years ago

BCCResqueBundle specifically won't install on Symfony 3.0 because of composer requirements. Has it been tested on version 3? Are there known issues? Thanks

DavidGarciaCat commented 7 years ago

I would like to use BCCResqueBundle on Symfony 3.x too, so would be nice if we can get this update soon

vamsiikrishna commented 7 years ago

@RighteousIdealizedDung @DavidGarciaCat it works with some basic changes, I have maintained a fork here https://github.com/vamsiikrishna/BCCResqueBundle/tree/bugfix

DavidGarciaCat commented 7 years ago

Thanks @vamsiikrishna - I'll take a look later. Enjoy the rest of your day!

acutex commented 7 years ago

Add this to your composer.json "require": { ... "bcc/resque-bundle": "dev-master#a2e9606", ... }, "repositories": [ { "type": "vcs", "url": "https://github.com/vamsiikrishna/BCCResqueBundle" }

luishdez commented 7 years ago

Apparently this is pretty much abandoned there is https://github.com/instasent/InstasentResqueBundle that is being maintained