Hacker News new | ask | show | jobs
by beardedetim 1610 days ago
We use Bull at $CURRJOB and it works great until there's an issue and for _some reason_ jobs stall. Getting into the nitty gritty to debug the Lua code was not a fun week. We moved onto RMQ for our needs on the next project and are looking at ways the replace Bull/Redis in the old project.
1 comments

Exactly our experience. We had stalled jobs and lost jobs on both Bull and Kue.

We wrote a celery-like library for Node[0] and RMQ has been rock solid.

https://www.npmjs.com/package/peanar