sidekiq-debouncer 3.0.0
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:
=
インストール:
=
Runtime依存関係 (1):
sidekiq
>= 7.0, < 8.0