mirror of https://github.com/rq/rq.git
Add changelog and bump version to 0.3.0.
This commit is contained in:
parent
1177caf4bf
commit
5cbc59205a
|
@ -1,5 +1,10 @@
|
|||
### 0.3.0
|
||||
(not released)
|
||||
(August 5th, 2012)
|
||||
|
||||
- Reliability improvements
|
||||
|
||||
- Warm shutdown now exits immediately when Ctrl+C is pressed and worker is idle
|
||||
- Worker does not leak worker registrations anymore when stopped gracefully
|
||||
|
||||
- `.enqueue()` does not consume the `timeout` kwarg anymore. Instead, to pass
|
||||
RQ a timeout value while enqueueing a function, use the explicit invocation
|
||||
|
|
|
@ -1 +1 @@
|
|||
VERSION = '0.2.2'
|
||||
VERSION = '0.3.0'
|
||||
|
|
Loading…
Reference in New Issue