Project

Reverse Dependencies for rspec

The projects listed here declare rspec as a runtime or development dependency

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Status of your sidekiq system - useful for Kubernetes liveness probes
2021
2022
2023
2024
2025
2026
0.0
No commit activity in last 3 years
No release in over 3 years
A simple asynchronous Producer/Consumer event bus extension for Sidekiq
2021
2022
2023
2024
2025
2026
0.0
No commit activity in last 3 years
No release in over 3 years
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
The project is in a healthy, maintained state
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
Low commit activity in last 3 years
A long-lived project that still receives updates
Selectively encrypt fields in Sidekiq
2021
2022
2023
2024
2025
2026
0.0
Repository is gone
No release in over 3 years
Run sidekiq jobs in separate forked subprocesses to prevent memory bloat.
2021
2022
2023
2024
2025
2026
0.0
No release in over a year
Transfer some metadata to sidekiq job, can tag sidekiq logs and add logging job args
2021
2022
2023
2024
2025
2026
0.0
No commit activity in last 3 years
No release in over 3 years
Easily monitor your sidekiq queus with Slack or some other notification service.
2021
2022
2023
2024
2025
2026
0.0
No commit activity in last 3 years
No release in over 3 years
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
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Send Sidekiq status into Instrumental after every job
2021
2022
2023
2024
2025
2026
0.0
No commit activity in last 3 years
No release in over 3 years
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
No commit activity in last 3 years
No release in over 3 years
Like the .delay method without YAML serialization.
2021
2022
2023
2024
2025
2026
0.0
No commit activity in last 3 years
No release in over 3 years
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