sidekiq-debouncer 2.0.1
Sidekiq extension that adds the ability to debounce job execution. Worker will postpone its execution after `wait time` have elapsed since the last time it was invoked. Useful for implementing behavior that should only happen after the input has stopped arriving.
          Gemfile:
          =
        
        
          instalar:
          =
        
      Runtime Dependencies (1):
            sidekiq
            >= 6.5, < 8.0
          
    

