Skip to content

Commit

Permalink
0.11.0: Retry set segmentation (optional)
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Feb 7, 2024
1 parent e8edc33 commit 5701069
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## 0.11.0 - 2024-02-07

### Added

- `retries_segmented_by_queue` configuration setting to allow segmentation of retry count by queue.

It is disabled by default as it requires to iterate over all jobs in the retry set and may be very slow if number of retries is huge.

Pull request [#32](https://github.com/yabeda-rb/yabeda-sidekiq/pull/32) by [@SxDx]

## 0.10.0 - 2022-10-25

### Added
Expand Down Expand Up @@ -119,3 +129,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[@asusikov]: https://github.com/asusikov "Alexander Susikov"
[@mrexox]: https://github.com/mrexox "Valentine Kiselev"
[@LukinEgor]: https://github.com/LukinEgor "Egor Lukin"
[@SxDx]: https://github.com/SxDx "René Koller"
2 changes: 1 addition & 1 deletion lib/yabeda/sidekiq/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Yabeda
module Sidekiq
VERSION = "0.10.0"
VERSION = "0.11.0"
end
end

0 comments on commit 5701069

Please sign in to comment.