Project
Reverse Dependencies for sidekiq
The projects listed here declare sidekiq as a runtime or development dependency
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
Sidekiq worker wrapper that provides optional timeout and after failure (reentrancy)
2021
2022
2023
2024
2025
2026
0.0
Allows to group jobs into a set and follow their progress
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
Tool to scale sidekiq dynos on Heroku
2021
2022
2023
2024
2025
2026
0.0
Implement a structured logging approach for sidekiq.
2021
2022
2023
2024
2025
2026
0.0
SidekiqInsight provides detailed CPU, memory, and wall-time profiling for Sidekiq jobs and Rails requests, automatically detects memory leaks, stores metrics in Redis, and displays everything in a clean, modern dashboard. Ideal for monitoring production workload performance.
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
Keep track of fails in Sidekiq jobs
2021
2022
2023
2024
2025
2026
0.0
Manage your sidekiq jobs
2021
2022
2023
2024
2025
2026
0.0
Monitor currently running Sidekiq jobs to give user feedback
2021
2022
2023
2024
2025
2026
0.0
Signal a job to quit, and block the job from executing through middleware.
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
Extends Sidekiq's web UI with useful features like reset buttons for processed/failed counters
2021
2022
2023
2024
2025
2026
0.0
Like the .delay method without YAML serialization.
2021
2022
2023
2024
2025
2026