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 23, 2024
1 parent 2eff2fe commit 7b60373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,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 7b60373

Please sign in to comment.