Project
Reverse Dependencies for rake
The projects listed here declare rake as a runtime or development dependency
0.0
Sidekiq::Clockwork is a simplistic implementation of a job scheduler based on Clockwork, but without having to run a separated process.
2021
2022
2023
2024
2025
2026
0.0
This library provides CLI interface for starting multiple copies of Sidekiq in parallel, typically to take advantage of multi-core systems. By default it starts N - 1 processes, where N is the number of cores on the current system. Sidekiq Cluster is controlled with CLI flags that...
2021
2022
2023
2024
2025
2026
0.0
Compress large sidekiq string params with zstd
2021
2022
2023
2024
2025
2026
0.0
This plugin allows you to define after how many retries an exception should be nofitied to Honeybadger, Newrelic, etc
2021
2022
2023
2024
2025
2026
0.0
Sidekiq middleware rate limiter that provides both time-based limits and quantity-based limits
2021
2022
2023
2024
2025
2026
0.0
Manually trigger background jobs
2021
2022
2023
2024
2025
2026
0.0
A gem to manage confidential job parameters
2021
2022
2023
2024
2025
2026
0.0
This gem provides Sidekiq middleware that extends the functionality of Sidekiq's built-in CurrentAttributes to persist and restore ActiveSupport::CurrentAttributes across Sidekiq jobs, with added support for ActiveRecord models. It uses GlobalID for serialization and deserialization of ActiveReco...
2021
2022
2023
2024
2025
2026
0.0
A gem to gather and send sidekiq jobs metrics to datadog
2021
2022
2023
2024
2025
2026
0.0
Dejavu uses Sidkiq's internal scheduling so it doesn't need its own clock and integrates nicely with Sidekiq's native scheduled jobs.
2021
2022
2023
2024
2025
2026
0.0
Wouldn't be nice if you could directly queue your model method calls to Sidekiq? With Sidekiq::Delaty you can!
2021
2022
2023
2024
2025
2026
0.0
Sidekiq delayed extension
2021
2022
2023
2024
2025
2026
0.0
Sidekiq-dynamic creates a subclass of Sidekiq::Worker, named Sidekiq::Dynamic::Worker, that allows each worker class to run code that determines which queue and Redis shard a job will be sent to.
2021
2022
2023
2024
2025
2026
0.0
A sidekiq plugin for specifying the queues a worker pulls from with wildcards, negations, or dynamic look up from redis
2021
2022
2023
2024
2025
2026
0.0
Worker backed throttling for job processing
2021
2022
2023
2024
2025
2026
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
If you don't rely on sidekiq' retry behavior, you handle exceptions on your own and want to keep track of them - this thing is for you.
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