Skip to content

Commit b22081c

Browse files
committed
Workaround for older sidekiq
1 parent b8b50a9 commit b22081c

File tree

1 file changed

+1
-1
lines changed
  • lib/dynflow/executors/sidekiq

1 file changed

+1
-1
lines changed

lib/dynflow/executors/sidekiq/core.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
config[:semi_reliable_fetch] = true
1414
Sidekiq::ReliableFetch.setup_reliable_fetch!(config)
1515
end
16-
::Sidekiq.strict_args!(false)
16+
::Sidekiq.strict_args!(false) if ::Sidekiq.respond_to?(:strict_args!)
1717

1818
module Dynflow
1919
module Executors

0 commit comments

Comments
 (0)