Skip to content

Commit

Permalink
Pin sidekiq-unique-jobs to version 8.0.7 or earlier
Browse files Browse the repository at this point in the history
A [bug in version
8.0.8](mhenrixon/sidekiq-unique-jobs#846)
means jobs never get processed when using `until_and_while_executing`
lock type.

Therefore pinning to use an earlier version that does not have this
issue.
  • Loading branch information
brucebolt committed Sep 24, 2024
1 parent a791ec0 commit ad280c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem "plek"
gem "rack_strip_client_ip"
gem "rails-controller-testing"
gem "sentry-sidekiq"
gem "sidekiq-unique-jobs"
gem "sidekiq-unique-jobs", "< 8.0.8"
gem "sprockets-rails"
gem "state_machines-mongoid"

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ GEM
logger
rack (>= 2.2.4)
redis-client (>= 0.22.2)
sidekiq-unique-jobs (8.0.10)
sidekiq-unique-jobs (8.0.7)
concurrent-ruby (~> 1.0, >= 1.0.5)
sidekiq (>= 7.0.0, < 8.0.0)
thor (>= 1.0, < 3.0)
Expand Down Expand Up @@ -779,7 +779,7 @@ DEPENDENCIES
rspec-sidekiq
rubocop-govuk
sentry-sidekiq
sidekiq-unique-jobs
sidekiq-unique-jobs (< 8.0.8)
simplecov
sprockets-rails
state_machines-mongoid
Expand Down

0 comments on commit ad280c6

Please sign in to comment.