lykmapipo / kue-scheduler

A job scheduler utility for kue, backed by redis and built for node.js
246 stars 47 forks source link

Change behavior of unique #40

Closed gmcnaught closed 8 years ago

gmcnaught commented 8 years ago

This Fixes #33. This still enforces kue-unique only allowing one job at a time with the same unique key to run, however it saves a new job for each run, so that history may be stored.

KeKs0r commented 8 years ago

Why was this closed? I experienced also some issues with unique. And if it is actually multiple jobs, unique would work with removeOnComplete and the admin UI.

gmcnaught commented 8 years ago

Oh It was closed because after some review it wasn't ready - I'm going to re-open a new pull request. @KeKs0r - This is now PR #41

lykmapipo commented 7 years ago

@KeKs0r @gmcnaught

Am going to publish this weekend