activejob-retry provides automatic retry functionality for failed
ActiveJobs, with exponential backoff.
Features:
...
Ruby
New
Free
Retry failed jobs with an exponential back-off. This gem aims to mimic most of the functionality of Sidekiq's RetryJobs middleware.
An ActiveJob adapter that discards all jobs.
activejob-locking lets you control how ActiveJobs are enqueued and performed:
Allow only one job to be enqueued at a...
Adapt resque-lock with ActiveJob
RSpec matcher for ActiveJob
Assuming that a queued job has lost its raison d'ĂȘtre when its argument had been deleted, ActiveJob::RNF ignores deserialization errors...
ActiveJob::Query allows you query enqueued jobs and cancel jobs.
ActiveJob::Performs adds the `performs` macro to set up jobs by convention.
ActiveJob Store permits to store jobs state and custom data on a database
Job status and batches for ActiveJob. Create trackable jobs, check their status, and batch them together.
If you are using ActiveJob with the Resque Adapter, this gem will prevent jobs, based on arguments, from being enqueued...
An ActiveJob plugin. Adds locking, with optional timeout/deadlock handling.
Using a `lock_timeout` allows you to re-acquire the lock...
Run Rails Active Jobs as Kubernetes Jobs
.
Google Cloud Pub/Sub adapter and worker for ActiveJob
easier way to use ffmpeg in activejob
'ActiveJob::DispatchRider' adds `DispatchRider` support for `ActiveJob`.
activejob-cancel provides cancel method to Active Job
This is ActiveJob extension wich mask arguments of specified Job from ActiveJob's log.
Allows max_attempts, destroy_failed_jobs?, reschedule_at, and max_run_time methods to be defined in your jobs to override default settings just like you're...
Fills the gap between ActiveJob and Disque
Enhances Activejob serialization to handle symbols, classes and dates
Declare job classes that can be run by a variety of queuing backends.