Skip to content

Commit

Permalink
Remove sidekiq strict args
Browse files Browse the repository at this point in the history
This is now default behaviour
  • Loading branch information
JonathanHallam committed Sep 26, 2024
1 parent 9b9024f commit 19efe03
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 @@ -19,6 +19,3 @@
# SidekiqUniqueJobs recommends not testing this behaviour, our tests have previously has caused flakey builds
SidekiqUniqueJobs.config.enabled = !Rails.env.test?
SidekiqUniqueJobs.config.logger_enabled = !Rails.env.test?

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

0 comments on commit 19efe03

Please sign in to comment.