mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
d9cc977f1a
The arguments are always ignored, but this allows the block to be passed to a method that yields arguments: class TaggedLoggingMiddleware def call(*, &block) Rails.logger.tagged("my cool job", &block) end end |
||
---|---|---|
.. | ||
generators/sidekiq | ||
sidekiq | ||
sidekiq.rb |