Skip to content

Commit

Permalink
Disable Sidekiq strict arg checking
Browse files Browse the repository at this point in the history
Will revert once hotwired/turbo-rails#522 is closed.
  • Loading branch information
northeastprince committed Dec 6, 2023
1 parent b3c9cca commit e17bc1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/initializers/sidekiq.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@
ssl_params: {verify_mode: OpenSSL::SSL::VERIFY_NONE}
}
end

Sidekiq.strict_args!(false)

0 comments on commit e17bc1f

Please sign in to comment.