- More Django 1.10 compatibility fixes. Thanks dmwyatt! - Improves performance when dealing with a large number of workers. Thanks lucastamoios!
0.9.5
- Fixed view paging for registry-based job lists. Thanks smaccona! - Fixed an issue where multiple failed queues may appear for the same connection. Thanks depaolim! - `rqworker` management command now closes all DB connections before executing jobs. Thanks depaolim! - Fixed an argument parsing bug `rqworker` management command. Thanks hendi!
0.9.3
- Added a `--pid` option to `rqscheduler` management command. Thanks vindemasi! - Added `--queues` option to `rqworker` management command. Thanks gasket! - Job results are now shown on admin page. Thanks mojeto! - Fixed a bug in interpreting `--burst` argument in `rqworker` management command. Thanks claudep! - Added Requeue All feature in Failed Queue's admin page. Thanks lucashowell! - Admin interface now shows time in local timezone. Thanks randomguy91! - Other minor fixes by jeromer and sbussetti.
0.9.2
- Fixed an issue where `worker.refresh()` may fail when `birth_date` is not set. Thanks vanife!
0.9.1
- Fixed an issue where `worker.refresh()` may fail when upgrading from previous versions of RQ.
0.9
* Compatible with RQ >= 0.13 and redis-py >= 3.0. Thanks ericatkin and selwin! * `scheduler.schedule()` now accepts `meta` argument. Thanks as3445! * `scheduler.get_jobs()` now returns an iterator. Thanks craynic!