Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Oct 29, 2020
1 parent 33ee46b commit 77c4a4c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Ent-Changes.md
Expand Up @@ -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
Expand Down

0 comments on commit 77c4a4c

Please sign in to comment.