mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
prep
This commit is contained in:
parent
329ea91c75
commit
77966a9b5a
1 changed files with 5 additions and 2 deletions
|
@ -4,12 +4,15 @@
|
|||
|
||||
Please see [http://sidekiq.org/](http://sidekiq.org/) for more details and how to buy.
|
||||
|
||||
HEAD
|
||||
1.7.0
|
||||
-------------
|
||||
|
||||
- **NEW FEATURE** [Rolling restarts](https://github.com/mperham/sidekiq/wiki/Ent-Rolling-Restarts) - great for long running jobs!
|
||||
- Adjust middleware so failed unique jobs don't affect batches [#3662]
|
||||
- Adjust middleware so unique jobs that don't push aren't registered in a Batch [#3662]
|
||||
- Add new unlimited rate limiter, useful for testing [#3743]
|
||||
```ruby
|
||||
limiter = Sidekiq::Limiter.unlimited(...any args...)
|
||||
```
|
||||
|
||||
1.6.1
|
||||
-------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue