mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Update changes, bump version
This commit is contained in:
parent
742aeaa90e
commit
198e6a2e27
2 changed files with 12 additions and 1 deletions
11
Changes.md
11
Changes.md
|
@ -1,3 +1,14 @@
|
|||
2.6.5
|
||||
-----------
|
||||
|
||||
- Fix job requeueing upon termination [apinstein, #622]
|
||||
- Fix typo in capistrano recipe
|
||||
- Add `retry_queue` option so retries can be given lower priority [ryanlower, #620]
|
||||
|
||||
```ruby
|
||||
sidekiq_options queue: 'high', retry_queue: 'low'
|
||||
```
|
||||
|
||||
2.6.4
|
||||
-----------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Sidekiq
|
||||
VERSION = "2.6.4"
|
||||
VERSION = "2.6.5"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue