mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
1.5.2
This commit is contained in:
parent
50c119c1de
commit
754b8f3412
1 changed files with 2 additions and 1 deletions
|
@ -3,9 +3,10 @@ Sidekiq Enterprise Changelog
|
|||
|
||||
Please see [http://sidekiq.org/](http://sidekiq.org/) for more details and how to buy.
|
||||
|
||||
HEAD
|
||||
1.5.2
|
||||
-------------
|
||||
|
||||
- Fix encrypted arguments double-encrypted by retry or rate limiting [#3368]
|
||||
- Fix leak in concurrent rate limiter, run this in Rails console to clean up existing data [#3323]
|
||||
```ruby
|
||||
expiry = 1.month.to_i; Sidekiq::Limiter.redis { |c| c.scan_each(match: "lmtr-cfree-*") { |key| c.expire(key, expiry) } }
|
||||
|
|
Loading…
Add table
Reference in a new issue