kue-scheduler icon indicating copy to clipboard operation
kue-scheduler copied to clipboard

A job scheduler utility for kue, backed by redis and built for node.js

Results 57 kue-scheduler issues
Sort by recently updated
recently updated
newest added

In the same way that lastRun is calculated, I would like to add the scheduledRun time to the job object, so that when I go to process it, I can...

enhancement

I was wrapping a pre-check for an existing job with the same unique name when I noticed a behavior I think I understand the reason for: If you create a...

bug
enhancement
help wanted
discussion

Am open to start implementation of `kue-scheduler v1`. - It will contains lot of internal data structure changes to allow use of appropriate Redis data type for a scenario. -...

enhancement
help wanted
discussion

Here's my code: ``` var kue = require('kue-scheduler'); var Queue = kue.createQueue(); var jobName = "sendReport"; // Create a job instance in the queue. var job = Queue .createJob(jobName) .priority('normal')...

This is really a nice repo. At least from my perspective it provides core features. Any particular reason for not merging this with the core KUE code and join the...

In kue-scheduler 0.6.3 (and higher versions as far as I know), it seems as though the test that the key expiry listener used to determine whether it should run "_onJobKeyExpiry"...

I'm currently faced with an deadlock issue on our production environment: a single unique job is started every day at 03:30 AM... that schedule is triggered but all 6 of...

Unlike Kue job.data is static and cannot be modified from inside jobs.

I will appreciate if we can have a `quick guide` as well as `full code documentation`.

help wanted
discussion