Resque::Fifo::Queue ↦
A sharded First-in First-out queue using Redis and Resque.
This gem unables you to guarantee in-order job processing based on a shard key. Useful for business requirements that are race-condition prone or needs something processed in a streaming manner (jobs that require preservation of chronological order).
Discussion
Sign in or Join to comment or subscribe