kue icon indicating copy to clipboard operation
kue copied to clipboard

Kue is a priority job queue backed by redis, built for node.js.

Results 102 kue issues
Sort by recently updated
recently updated
newest added

https://github.com/Automattic/kue/blob/c5647b1a8890319169fa4ce2cf4ed4122c1c704a/lib/queue/job.js#L695-L698 you ever thought of using switch?

We have a node.js app deployed on Heroku and we are using kue to run some background jobs. It usually works fine, but few days back we saw following errors...

I'm running an app that (for the foreseeable future) will not be scaled beyond a single running instance. I'd like to keep the job queue in-memory without having to make...

On version 0.11.6 npm audit shows the following moderate vulnerabilities alert: ``` ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Moderate │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ extend │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │...

How to add custom id to jobs ?

Hi everybody, I use `kue` in various projects for French government. I open this issue because I need a bit of visibility on the maintenance and the next evolutions. Some...

I am seeing an UnhandledPromiseRejectionWarning (Error: Connection is closed) when calling kue shutdown. This happens when I'm using an ioredis client with an ElastiCache cluster. See debug output below. It...

Add Conveyor MQ to alternatives examples. https://github.com/conveyor-mq/conveyor-mq

I have use case that allows me to use this library's delay feature, and I love it cos it let me schedule events i'd previously be using cron for. But...

Adjusts the implementation of the watchStuckJobs LUA script to use a paginated SCAN of the keyspace, rather than the current KEYS approach. This has a significant impact in large or...