sidekiq-debouncer 2.0.2
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:
=
install:
=
Runtime Dependencies (1):
sidekiq
>= 6.5, < 8.0