Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.51 KB

README.md

File metadata and controls

32 lines (26 loc) · 1.51 KB

Django RQ Scheduler

Django CI badge

badge Open Source Helpers

Documentation can be found in https://django-rq-scheduler.readthedocs.io/en/latest/

Notice:

In v2023.3.0, django-rq-scheduler was refactored significantly to support calculation of parameters in runtime.

You can now add a callable param to your scheduled job, and it will be calculated when the job is performed.

  1. It is highly recommended you save your existing database before upgrading!
  2. Once you upgraded, recreate your jobs.

Notice:

Starting v2023.1, requirement for rq_scheduler was removed and instead one of the django-rq workers should run with --with-scheduler parameter as mentioned here.

Security contact information

To report a security vulnerability, please use the Tidelift security contact. Tidelift will coordinate the fix and disclosure.