Skip to content

A database backed job scheduler for Django RQ with Django

License

Notifications You must be signed in to change notification settings

gabriels1234/django-rq-scheduler

 
 

Repository files navigation

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.

About

A database backed job scheduler for Django RQ with Django

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.8%
  • JavaScript 1.9%
  • HTML 0.3%