1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/lib
Eugene Kenny d9cc977f1a
Allow middleware to yield arguments (#4673)
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
2020-08-25 09:26:42 -07:00
..
generators/sidekiq Follow generator configuration to determine the resulting test file (#4371) 2019-11-11 10:37:39 -08:00
sidekiq Allow middleware to yield arguments (#4673) 2020-08-25 09:26:42 -07:00
sidekiq.rb Catch all Redis errors and check for NOREPLICAS, fixes #4495 2020-06-19 12:10:27 -07:00