lykmapipo / kue-scheduler

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

kue is Deprecated so what is the status of this Project #130

Open vanthome opened 4 years ago

vanthome commented 4 years ago

Hi, now that kue is deprecated (no longer maintained) can you maybe provide a statement about the future of this project? BG

lykmapipo commented 4 years ago

@vanthome Sure, I have been exploring alternatives:

  1. Opt to maintain kue, cause we already have production deployments.
  2. Re-write kue-scheduler on top of bull as kue alternative.

I have experimented the above with our production deployments and for now option 1 seems to be valid as we highly depend on kue.

I will also appreciate you thoughts.