mirror of https://github.com/rq/rq.git
Updated changelog and tag v0.8.
This commit is contained in:
parent
a0113c83cf
commit
fbe4cafe2a
|
@ -1,8 +1,9 @@
|
||||||
### 0.8.0 (Unreleased)
|
### 0.8.0
|
||||||
|
|
||||||
- Refactored APIs to allow custom `Connection`, `Job`, `Worker` and `Queue` classes via CLI. Thanks @jezdez!
|
- Refactored APIs to allow custom `Connection`, `Job`, `Worker` and `Queue` classes via CLI. Thanks @jezdez!
|
||||||
- `job.delete()` now properly cleans itself from job registries. Thanks @selwin!
|
- `job.delete()` now properly cleans itself from job registries. Thanks @selwin!
|
||||||
- `Worker` should no longer overwrite `job.meta`. Thanks @WeatherGod!
|
- `Worker` should no longer overwrite `job.meta`. Thanks @WeatherGod!
|
||||||
|
- `job.save_meta()` can now be used to persist custom job data. Thanks @katichev!
|
||||||
- Added Redis Sentinel support. Thanks @strawposter!
|
- Added Redis Sentinel support. Thanks @strawposter!
|
||||||
- Make `Worker.find_by_key()` more efficient. Thanks @selwin!
|
- Make `Worker.find_by_key()` more efficient. Thanks @selwin!
|
||||||
- You can now specify job `timeout` using strings such as `queue.enqueue(foo, timeout='1m')`. Thanks @luojiebin!
|
- You can now specify job `timeout` using strings such as `queue.enqueue(foo, timeout='1m')`. Thanks @luojiebin!
|
||||||
|
|
Loading…
Reference in New Issue