Skip to content

1.3.0

Compare
Choose a tag to compare
@coleifer coleifer released this 05 Oct 18:27
· 583 commits to master since this release

View commits

Adds flag to preserve result-store value in certain circumstances. Contains yet
more hacking at the consumer configuration options, specifically hard-coded
defaults are removed from the option definitions.

The run_huey management command was simplified as we are dropping support for
older (officially unsupported) versions of Django.

Added a sqlitedb contrib module that uses a local SQLite database instead of
Redis for Queue persistence, task scheduling and result-storage.