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

v1 Discussion

Open lykmapipo opened this issue 7 years ago • 7 comments

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.
  • It will try to utilize much of kue Job stucture and API
  • Make use of node 6.9.1+

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 avatar Nov 24 '16 15:11 lykmapipo

We can use v1 branch

lykmapipo avatar Nov 24 '16 16:11 lykmapipo

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

rturk avatar Jan 15 '17 11:01 rturk

@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 avatar Jan 21 '17 10:01 lykmapipo

@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 avatar Jan 21 '17 10:01 lykmapipo

@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 avatar Jan 21 '17 10:01 lykmapipo

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

Thanks all.

lykmapipo avatar Jan 21 '17 10:01 lykmapipo

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

lykmapipo avatar Jan 21 '17 13:01 lykmapipo