0.4.0
What's Changed
- Swallow and log any BaseException in ImmediateBackend other than KeyboardInterrupt by @jhthompson in #81
- Hard stop worker by sending ctrl-c twice by @mgax in #86
- Allow fractional interval argument for database worker by @mgax in #83
- Close connections after each task by @RealOrangeOne in #89
- Add configurable transaction management by @RealOrangeOne in #57
- Set default ordering for Task Results admin (#93) by @bmihelac in #97
- Only sleep if there are no tasks by @mgax in #91
- Mark ResultStatus labels and DBTaskResult fields for translation (#94) by @bmihelac in #96
- Add Django 5.1 support by @RealOrangeOne in #98
- Add management command to prune finished tasks by @RealOrangeOne in #60
- Improve typing of
default_task_backend
by @RealOrangeOne
New Contributors
Full Changelog: 0.3.0...0.4.0