django-rq-scheduler
django-rq-scheduler copied to clipboard
A database backed job scheduler for Django RQ and RQ Scheduler
OK, I'm re-implementing whats in PR #24 in two parts and this is the first step with the **args+kwargs** implementation built atop it to addresses issue #1. Here's an overview...
This looks like a very useful tool but has fallen behind even though the fixes have been submitted in pull requests.
`ugettext_lazy` should be changed to `gettext_lazy`
- python_2_unicode_compatible
Todo: * Fix bugs related to Django 3.0 upgrade Discussion: * Change versioning to match the major Django versions. Thus after this push, the version will be 3.0.
I have a project running Django 3.1.2 with some server side jobs managed using RQ-scheduler. Normal queue'ing and execution of jobs work just fine. But scheduling a job or creating...
Written to address Issue #1 and builds the fixes presented in PR #34 and replaces PR #24 due to a re-write of the code there. ![Added callable column](https://i.imgur.com/pzPNirS.png "Change List...
* Remove Python 2 support * Ensure usage with Django 3 See: https://github.com/isl-x/django-rq-scheduler/issues/38