node-rethinkdb-job-queue
node-rethinkdb-job-queue copied to clipboard
A persistent job or task queue backed by RethinkDB.
Enables change-feed reconnection when the connection drops. - New `reconnect` options have been added that expose the `pingInterval` as well as connection reattempt controls Note that this reconnection is only...
## Current Status: Stable - Not Actively Developed RethinkDB is a great database, no doubt about it. I loved working with it. I don't work with it anymore. I am...
# Improvements for the queue I am working on a new job queue backed by MongoDB. This issue is to list items that could improve rethinkdb-job-queue that pop into mind...
Hey, I dunno if this repo is still maintained, But I would like to know if there are options to control the logs. I have a queue of scheduled SMS...
- [ ] Remove dependency on Bluebird due to [performance improvements in Node.js](https://v8.dev/blog/fast-async).
@grantcarthew @zllovesuki With reference to #85, #72 we are able to reconnect rethinkdb through 'pingInterval' option. Now the problem is, even though rethinkdb gets connected, JobQueue does not start taking...
This is a PR from @disarticulate in response to #86 Tests and documentation need to be written.
I have an application running v2.1.0 and updated the dependency to v3.1.3, and the queue stops working after some period of time. It works when I initially start up the...
When processing a job, I sometimes want to both update the job and cancel it - such as setting a code indicating the reason for cancellation. The code for this...
So I was testing reanimating and then canceling a terminated job. I reanimated a job, it gets updated correctly and goes to waiting status. Then if I try to cancel...