1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
This commit is contained in:
Mike Perham 2020-10-29 15:54:33 -07:00
parent 33ee46ba87
commit 77c4a4c558

View file

@ -7,7 +7,12 @@ Please see [sidekiq.org](https://sidekiq.org) for more details and how to buy.
HEAD
-------------
- Allow filtering by name on the Rate Limiter UI [#4695]
- Rate limiters may now customize their retry count [#4725]
To disable rate limit retries, use `retry: 0`.
```ruby
Sidekiq::Limiter.concurrent("somename", 5, retry: 0)
```
- Allow filtering by name in the Rate Limiter UI [#4695]
- Add IT locale
2.1.2