islco / django-rq-scheduler

A database backed job scheduler for Django RQ and RQ Scheduler
MIT License
42 stars 46 forks source link

Add `seconds` as a option RepeatableJob.UNITS #28

Open danielsky-kivy opened 6 years ago

danielsky-kivy commented 6 years ago

As a user, I would like to set second as a job scheduler option.

mattjegan commented 6 years ago

I second this request and would be happy to add a PR for it.