Skip to content

v0.7.0

Compare
Choose a tag to compare
@Koed00 Koed00 released this 14 Sep 15:20
· 724 commits to master since this release

You can now use the Django database backend as a persistent, at-least-once broker.

Important: If you are upgrading and want to use the ORM broker, please run python manage.py migrate to add the queue table to the database.

  • Adds scheduler option.

If you want to disable the scheduler to save overhead or to pause scheduling, you can do this by settings this option to False. Defaults to True.