Skip to content

Commit

Permalink
Remove Sidekiq strict arguments
Browse files Browse the repository at this point in the history
We have now upgraded to Sidekiq 7, so don't need to require strict
arguments in preparation for switching, as this version includes that
requirement by default.
  • Loading branch information
brucebolt committed Sep 24, 2024
1 parent 1567d5f commit 6ef5bf3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/initializers/sidekiq.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,3 @@

SidekiqUniqueJobs::Server.configure(config)
end

# Use Sidekiq strict args to force Sidekiq 6 deprecations to error ahead of upgrade to Sidekiq 7
Sidekiq.strict_args!

0 comments on commit 6ef5bf3

Please sign in to comment.