- Compatibility with RQ 1.0 (Thanks selwin). Backward incompatible changes include:
* `FailedQueue` is now replaced by `FailedJobRegistry`
* RQ now uses `sentry-sdk` to send job failures to Sentry.
- Scheduler now respects default `timeout` and `result_ttl` defined in `RQ_QUEUES`. Thanks simone6021!
- Minor improvements and bug fixes. Thanks selwin!