- Import error on automatic config of
huey-monitor
- Automatic configuration of queues with
huey-monitor
- #17 - Support for python 3.12 and Django 5.0
- #8 - Redis was required when using SqliteHuey
- Allow definition of specific queues file path.
- Configuration error is raised if two queues have the same name.
- Close db connections before task body. https://github.com/coleifer/huey/commit/e77acf307bfdade914ab7f91c65dbbc183af5d8f
Note: This release contains breaking changes, see them below with the migration instructions.
- Allow definition of a default queue.
- HUEYS django setting renamed to DJANGO_HUEY.
- Change command run_djangohuey to djangohuey.
Nothing added this release
Nothing changed this release
- When a huey name was not provided, default django db name was used. Now it's defaulted to queue name.
- Removed incompatibility with HUEY setting used by huey project.