A robust job processing library
A robust job processing library
A simple & fast job queue system.
A simple & fast job queue system.
A rust sidekiq server and client using tokio
Postgres-native background job queue — transactional enqueue, heartbeat crash recovery, SKIP LOCKED dispatch
Redis job queue
Derive macro for the rok-queue Job trait
Async / distributed job runner
A correct, efficient, and simple job processor
A safe, generic Rust wrapper for MPI with support for MPI 4.0+ features, shared memory windows, and hybrid MPI+OpenMP
Very simple persistence layer on top of Tokio tasks.
Set a uniqueness to Sidekiq jobs
Class for creating delayed jobs that can be de-duped with existing delayed jobs already in the delayed jobs table. You just specify some additional columns on your delayed_jobs table and set them to have uniqueness constraints. Then specify these column values when you create a UniqueDelayedJob and if a duplicate key is raised on insert, then the insert will just be ignored. There are factory methods for creating a delayed job in the following ways: * with a delayed job handler class (one that responds to perform()) * with an object, method and method arguments * with a code string to be evaled NOTE: you must have delayed_job installed as a gem or plugin
A Resque plugin for unique jobs
Gem based on delayed job with active record and allows to prevent creating new job if already exists not running one with unique key
Enqueue just one job with the same key
This gem extends DelayedJob functionality by providing a simple interface to specify if the job being enqueued needs to be unique within the queue.
ActiveRecord backend for DelayedJobUniqueKey, originally authored by Tobias Luetke
No description provided.
No description provided.