Git Product home page Git Product logo

Comments (3)

halaei avatar halaei commented on July 28, 2024

You need one redis worker per queue plus as many bredis worker per queue that is good for your project:

php artisan queue:work bredis --queue=q1 --sleep=0 #run as many worker as you should
php artisan queue:work redis --queue=q1 --sleep=3 #run just one to handle delayed/failes jobs as well

I may complete the driver to handle the delayed jobs as well, then send a PR to laravel/framework. But that makes code a little complicated.
Thanks

from bredis.

jan-carreras avatar jan-carreras commented on July 28, 2024

Thank you very much for your quick response. You saved my day.

Wouldn't it to be as easy as calling $this->migrate($prefixed = $this->getQueue($queue)); on your pop method?

I'm not familiar with the Laravel Queue codebase but that's what they seem to be doing to get the :delayed and :reserved queues back to the main queue...

Again, thanks!

from bredis.

halaei avatar halaei commented on July 28, 2024

Yes, but I don't recall why exactly I did not put that one line of code there to migrate jobs.

from bredis.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.