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.
Required Ruby Version
>= 3.0.0
Authors
Sebastian Zuchmański, Karol Bąk
Versions
- 3.2.0 February 15, 2026 (12.5 KB)
- 3.1.0 March 28, 2025 (12 KB)
- 3.0.0 October 22, 2024 (11.5 KB)
- 2.0.2 March 13, 2023 (9 KB)
- 2.0.1 March 04, 2023 (8.5 KB)