Job Queue based on Genstage with retries, deduplication and replies.
This module provides (double-ended) FIFO queues in an efficient manner.
Timer to schedule jobs in small intervals.
A library to enqueue jobs with your Active Job job processor. You may want this when strangling your Rails project.
Well-structured Queues for Elixir, offering a common interface with multiple implementations with varying performance guarantees that can...
An ultrafast double-ended queue, scored sorted set and key value database with an optional secondary u64 index.
Elixir library that provides a single interface to four queue types: FIFO, LIFO, circular, and priority.
Declare job workers that can be run by a variety of queuing backends. This plugin is a port of the Rails ActiveJob gem
A lightweight job queue
Handy little queues and producers.
Modules to work with queue
Reliable, OTP-style, lightweight job processing queue
Buffered queue and counter
Utility to buffer items into a queue that follow a simple block pattern on calls to push and pop when the queue at a max size or empty.
CRON-esque job scheduler for Exq
Simple, persistent queue
Priority Queue
A simple queue backed by MongoDB
Question-answer based queue for a convenient manage step-by-step execution of business logic
An embedded queue and stack abstraction for Elixir on top of CubDB
A light-weight job queue (think DAG) manager.
Several simple implements of functional queue data structures in Elixir.
Exq UI is the UI component for Exq, a job processing library. Exq UI provides the UI dashboard to display stats on job processing.
An efficient implementation of double ended fifo queues
A text-based, dynamic dashboard. Jobs update in place, using xterm command codes.
An Elixir wrapper around the Erlang optimized `queue` that supports the FIFO, first-in first-out, pattern. This is useful is when you ca...
Zero dependency, ultra-fast, background job processing library.
A simple queue abstraction library to support leasing and buffering in Elixir.
A simple persistent queues
A simple queue with Mnesia persistence and TTF
A queue implementation built on top of Map