Skip to content

Commit

Permalink
Suppress serialization warnings from Sidekiq
Browse files Browse the repository at this point in the history
There are some changes coming in Sidekiq 7 that will need changes on our side and currently Sidekiq emits lots of warnings about it. We are aware of the issue, but until we resolve it properly, it doesn't make sense to spam all the users' logs with it.
  • Loading branch information
adamruzicka committed Feb 21, 2024
1 parent 74335fb commit e743893
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/dynflow/executors/sidekiq/core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
config[:semi_reliable_fetch] = true
Sidekiq::ReliableFetch.setup_reliable_fetch!(config)
end
::Sidekiq.strict_args!(false)

module Dynflow
module Executors
Expand Down

0 comments on commit e743893

Please sign in to comment.