Saturday 10 March 2018

Bull vs Bee Queue - Job management; which one when and why?

I'm have to setup a small worker that will process short tasks in que. Most of my jobs will consist of simple JSON API calls. I would need a queue/cache system as the API is unreliable and can go down for a few minutes to hours at a time.I been doing some research on the available packages out there and I'm stuck between these two. Bull seems to be more advanced and comes with more tools, but has a slower performance than Bee Queue. Both come with an UI which is a plus. I was wondering if anyone has any experiences with these two.

Submitted March 10, 2018 at 10:20PM by fexra-shell

No comments:

Post a Comment