rq / rq-scheduler

A lightweight library that adds job scheduling capabilities to RQ (Redis Queue)
MIT License
1.45k stars 230 forks source link

Replace broken croniter #273

Closed urm8 closed 3 years ago

urm8 commented 3 years ago

regarding this issues: https://github.com/rq/rq-scheduler/issues/250, https://github.com/rq/rq-scheduler/issues/260, for some reason, for cronstring: 5 * * * * * for local time: x:5:*, x in [0-24] croniter yields x.5.01

@selwin do you actively maintain this repo ?

selwin commented 3 years ago

@urm8 thanks for the PR. Unfortunately not much work is going into this repo as RQ already has a built in scheduler (though not as fully featured as this repo because there are somethings that don't fit within the paradigm).

I'm happy to make releases every now and then to fix bugs though.