mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Release 3.3.0
This commit is contained in:
parent
406eaa2716
commit
26875c9d5b
1 changed files with 3 additions and 2 deletions
|
@ -3,10 +3,11 @@ Sidekiq Pro Changelog
|
|||
|
||||
Please see [http://sidekiq.org/](http://sidekiq.org/) for more details and how to buy.
|
||||
|
||||
HEAD
|
||||
3.3.0
|
||||
---------
|
||||
|
||||
- Don't permanently delete batches immediately upon success [#3011]
|
||||
- Don't delete batches immediately upon success but set a 24 hr expiry, this allows
|
||||
Sidekiq::Batch::Status#poll to work, even after batch success. [#3011]
|
||||
- New `Sidekiq::PendingSet#destroy(jid)` API to remove poison pill jobs [#3015]
|
||||
|
||||
3.2.2
|
||||
|
|
Loading…
Reference in a new issue