Project
Reverse Dependencies for rspec
The projects listed here declare rspec as a runtime or development dependency
0.0
Manually enqueue Sidekiq jobs from the web UI.
2021
2022
2023
2024
2025
2026
0.0
Status of your sidekiq system - useful for Kubernetes liveness probes
2021
2022
2023
2024
2025
2026
0.0
Label sidekiq exception.
2021
2022
2023
2024
2025
2026
0.0
A simple asynchronous Producer/Consumer event bus extension for Sidekiq
2021
2022
2023
2024
2025
2026
0.0
This gem provides behavior similar to sidekiq's inline mode but respects starting dates for scheduled jobs. This is especially useful for integration testing when asserting that certain things happen within a certain time frame.
2021
2022
2023
2024
2025
2026
0.0
easier way to use ffmpeg in sidekiq
2021
2022
2023
2024
2025
2026
0.0
sidekiq-fiber lets you run IO-bound Sidekiq jobs as fibers instead of threads.
A single thread can process thousands of concurrent jobs that spend most of
their time waiting on external IO (HTTP, LLM APIs, S3) — without the memory
and OS overhead of one thread per job.
2021
2022
2023
2024
2025
2026
0.0
Selectively encrypt fields in Sidekiq
2021
2022
2023
2024
2025
2026
0.0
Run sidekiq jobs in separate forked subprocesses to prevent memory bloat.
2021
2022
2023
2024
2025
2026
0.0
Transfer some metadata to sidekiq job, can tag sidekiq logs and add logging job args
2021
2022
2023
2024
2025
2026
0.0
Easily monitor your sidekiq queus with Slack or some other notification service.
2021
2022
2023
2024
2025
2026
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
This rubygem does not have a description or summary.
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
OpenTracing instrumentation for Sidekiq.
2021
2022
2023
2024
2025
2026
0.0
Syntax sugar for Sidekiq workers. Each consumer is a class, with clean interface, and custom logger. Usefull when count of different events ~100 and more.
2021
2022
2023
2024
2025
2026
0.0
Like the .delay method without YAML serialization.
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