Project
Reverse Dependencies for bundler
The projects listed here declare bundler as a runtime or development dependency
0.0
Sidekiq middleware that fire a notification when a flagged worker has ended its job, successful or not.
2021
2022
2023
2024
2025
2026
0.0
Implement a structured logging approach for sidekiq.
2021
2022
2023
2024
2025
2026
0.0
Moving your job to the Dead Job Queue INSTANTLY
2021
2022
2023
2024
2025
2026
0.0
Send Sidekiq status into Instrumental after every job
2021
2022
2023
2024
2025
2026
0.0
Like the .delay method without YAML serialization.
2021
2022
2023
2024
2025
2026
0.0
Limit sidekiq worker with one job per instance in queue.
2021
2022
2023
2024
2025
2026
0.0
Sidekiq includes a jobs dependencies mechanism to prevent a job from running before another one when enqueued.
But sometime your jobs will be enqueued independently, then for you do not know the job id on which you depend on (you could parse Sidekiq queue, but...)
`SidekiqLockableJob` allows yo...
2021
2022
2023
2024
2025
2026
0.0
Simple sidekiq log analyzer.
2021
2022
2023
2024
2025
2026
0.0
A small in-process watchdog that quiets Sidekiq with TSTP, waits for busy jobs to drain, and exits for a clean restart when RSS exceeds a configured limit.
2021
2022
2023
2024
2025
2026
0.0
Some exceptions are transient, so notifying an admin is not useful.
2021
2022
2023
2024
2025
2026
0.0
Commonly reused Sidekiq Middlewares such as Benchmarker
2021
2022
2023
2024
2025
2026
0.0
Tracks jobs enqueued, average duration and etc.
2021
2022
2023
2024
2025
2026
0.0
Provides the Sidekiq.with_namepace function to access different namespaces through sidekiq's API
2021
2022
2023
2024
2025
2026
0.0
Save some precious milliseconds by using oj instead of json inside sidekiq
2021
2022
2023
2024
2025
2026
0.0
Bulk processing for sidekiq 4+
2021
2022
2023
2024
2025
2026
0.0
Passing context values when create a job for Sidekiq Jobs
2021
2022
2023
2024
2025
2026
0.0
Helper code for using Sidekiq with Postgres. Extracted from our production code.
2021
2022
2023
2024
2025
2026
0.0
Supports defining 'pipelines' of workers in Sidekiq
2021
2022
2023
2024
2025
2026
0.0
Changes your queues from FIFO to numeric priority based ones.
2021
2022
2023
2024
2025
2026
0.0
You should really pay attention to what you install... And you probably want to fetch the real sidekiq-pro gem from https://gems.contribsys.com
2021
2022
2023
2024
2025
2026