Code Monkey home page Code Monkey logo

Comments (4)

nrempel avatar nrempel commented on May 21, 2024

Hi @nicklaw5,

I wrote this library first, then recently ported it over to use bull. It was an experiment to see how it performed in the system that I use this library in.

My reasons for doing it were to evaluate any performance improvements over kue. Mainly, I wanted to get away from kue's use of client-side state tracking which can get into a broken state if there is a network failure. It's on the roadmap but things aren't moving very quickly Automattic/kue#38

In the end, I experienced a bug that caused the number of redis connections to climb indefinitely OptimalBits/bull#293. I haven't had time to debug this problem.

Ultimately, the issue with kue only arises when there is a network failure (or in my case, the server rejects a connection because I have maxed out the number of available connections). I can live with this and it should be fixed once kue 1.0 is released. My only frustration there is that the current maintainer of kue is not very responsive and progress seems to have slowed to a halt.

At this time, adonis-kue is the library I would recommend using. I realize, that the naming and similarity is confusing between the two repositories. Sorry about that!

from adonis-kue.

nicklaw5 avatar nicklaw5 commented on May 21, 2024

Thanks for the response @nrempel.

I guess I'll stick with kue. Hopefully v1.0 isn't far away either.

from adonis-kue.

nrempel avatar nrempel commented on May 21, 2024

Let me know if you run into any issues or if anything doesn't make sense!

from adonis-kue.

moltar avatar moltar commented on May 21, 2024

Any fresh thoughts on kue vs bull for a green project? It seems like bull is more mature, yet kue has adonis package. Tough choice :)

from adonis-kue.

Related Issues (20)

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.