rq / django-rq

A simple app that provides django integration for RQ (Redis Queue)
MIT License
1.82k stars 286 forks source link

Add support for floating point intervals in rescheduler command #643

Closed smaccona closed 7 months ago

smaccona commented 8 months ago

RQ Scheduler has supported floating point intervals for almost 10 years (PR https://github.com/rq/rq-scheduler/pull/60). It makes sense to add the same support to the rqscheduler command in django-rq. I can make a PR for this if nobody objects.

selwin commented 7 months ago

Sure @smaccona , please open a PR in RQ.