Job Queue based on Genstage with retries, deduplication and replies.
A library to enqueue jobs with your Active Job job processor. You may want this when strangling your Rails project.
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.
This module provides (double-ended) FIFO queues in an efficient manner.
Well-structured Queues for Elixir, offering a common interface with multiple implementations with varying performance guarantees that can...
Timer to schedule jobs in small intervals.
A background job library for Gleam and Postgres!
Handy little queues and producers.
ActiveMQ client library for Artemis ActiveMQ using STOMP protocol connection. Provides high-level interface for message publishing, consu...
Buffered queue and counter
Modules to work with queue
Priority Queue
Declare job workers that can be run by a variety of queuing backends. This plugin is a port of the Rails ActiveJob gem
An embedded queue and stack abstraction for Elixir on top of CubDB
A lightweight job queue
A simple queue backed by MongoDB
A light-weight job queue (think DAG) manager.
An ultrafast double-ended queue, scored sorted set and key value database with an optional secondary u64 index.
Question-answer based queue for a convenient manage step-by-step execution of business logic
Reliable, OTP-style, lightweight job processing queue
Several simple implements of functional queue data structures in Elixir.
An Elixir wrapper around the Erlang optimized `queue` that supports the FIFO, first-in first-out, pattern. This is useful is when you ca...
Library to handle all consuming, producing, and exchanging of RabbitMQ messages via AMQP 0-9-1 protocol. Also enables RPC across independ...
CRON-esque job scheduler for Exq
A wrapper for Erlang's :queue. Build First In, First Out queues.
Redis-backed job queue library in Elixir, compatible with bee-queue
Background jobs OTP style
Exq UI is the UI component for Exq, a job processing library. Exq UI provides the UI dashboard to display stats on job processing.
Simple, persistent queue
Simple queue implementation for webhooks and event sources.
A priority queue implementation based on max pairing heaps. Written in pure Gleam.