django-rq-scheduler icon indicating copy to clipboard operation
django-rq-scheduler copied to clipboard

A database backed job scheduler for Django RQ and RQ Scheduler

Results 17 django-rq-scheduler issues
Sort by recently updated
recently updated
newest added

Not sure which set of `author*` changes are correct, so I went with what's in `master`. The main difference here is the `get_version` in the original branch refers to a...

Simplified Chinese (i.e. `zh_Hans`, `zh_CN`)

Heroku has a daily restart for its apps. Our Django-rq-scheduler tasks are starting right after each restart and also at the time that we added. Also, it even starts if...

bug

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

enhancement

I have a Repeatable job created via admin to run every 15 minutes on a `scheduled` queue. See screenshot1: However, looking at the `Queues` in the admin, it's apparent that...

bug

When attempting to schedule a job through Django's admin site, I get the following traceback: ``` File "/local/lib/python3.6/site-packages/django/core/handlers/exception.py" in inner 34. response = get_response(request) File "/local/lib/python3.6/site-packages/django/core/handlers/base.py" in _get_response 126. response...

bug

### Story As a user, I want to be able to pass arguments and kwargs to the job when scheduling.

enhancement