2.9.0
Migrations
What's Changed
Features
- Offer hooks to change the priority, queue and lock when retrying a job by @medihack in #1113 . If you have implemented your own RetryStrategy,
get_schedule_in
is now deprecated (but still maintained) and should be replaced withget_retry_decision
.get_schedule_in
support will probably be removed in the next major release, though there's no guarantee that this might happen anytime soon.
Bug Fixes
- Fix SchemaManager.apply_schema by @ewjoachim in #1117
Documentation
- Remove duplicate documentation badge by @ewjoachim in #1104
- Clarify verbosity by @ewjoachim in #1107
Full Changelog: 2.8.0...2.9.0