lykmapipo / kue-scheduler

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

v1 Discussion #67

Open lykmapipo opened 7 years ago

lykmapipo commented 7 years ago

Am open to start implementation of kue-scheduler v1.

Please feel free to add your thoughts and contribute your feature and fixes cause initially I develop kue-scheduler to solve specific problem but now am using it extensively.

I will appreciate PR. (Test + Feature)

Welcome.

lykmapipo commented 7 years ago

We can use v1 branch

rturk commented 7 years ago

@lykmapipo can you help with a list of required issues for v1? So we can prioritize work?

lykmapipo commented 7 years ago

@rturk

  1. We have to extract codes that seems to be usable as stand alone kue utility extensions like cleanup which on my side i found to reuse it all time
lykmapipo commented 7 years ago

@rturk

  1. Allow for multi-process scheduler i.e having other instance to process the work and other instance to schedule the work to address #76 and use #72 as start point for implementation
lykmapipo commented 7 years ago

@rturk

  1. Improve test coverage and code comments as well as user guides. Test coverage may be aimed at unit testing which is not well addressed by now
lykmapipo commented 7 years ago

Any one with features that seems to miss we can discuss here for v1

Thanks all.

lykmapipo commented 7 years ago
  1. Implent UI for kue-schedule similar to one that is used by kue. This may be extending existing kue ui.