Job Queue based on Genstage with retries, deduplication and replies.
An Elixir wrapper around the Erlang optimized `queue` that supports the FIFO, first-in first-out, pattern. This is useful is when you ca...
SuperWorker is a powerful Elixir library for working with supervisor & background jobs. Much more simply than traditional supervisor (sui...
Erlang Priority Queue
A utility to ensure an SQS queue exists before starting a Broadway pipeline.
Job command language to query and flow control event streams
Cloud Scheduler API client library. Creates and manages jobs run on a regular recurring schedule.
A high-performance double-ended queue (deque) based on ETS
Elixir library that provides a single interface to four queue types: FIFO, LIFO, circular, and priority.
Simple job pools for Elixir OTP applications.
A simple job queue backed by redis and built in elixir.
Simple elixir work queue consumption for RabbitMQ
A library that allows capturing http requests, websocket "actions", oban job executions and other custom "events" (think cron-like stuff)...
Skewheaps are fun, weird, priority queues that self-balance over time.
Erlang consumer framework for Beanstalkd work queue
Background job processing for your Gleam app
Data structures in pure Gleam! Including tree, heap, non empty list, map, set, and priority queue.
A FIFO queue wrapped around GenServer.
Shared inter-process queues
Dashboard and monitoring tools for Roger job processing system
A simple job publisher/processor for Elixir
Elixir worker for Faktory (successor of Sidekiq); async/background queue processing
A unique FIFO queue with atomic operations built on top of Redis.
This is a GenServer-ish implementation of a TimerJob, a Job that is executed asynchronously after a given timeout, probably recurring.
Generates standard messages for Dead Letter Queue
TaskBunny job failure backend that reports the error to Rollbar
Elixir Azure Storage REST Client support Blob, Queue, Fileshare and TableStorage service
A simple throttled queue built on top of GenServer with status updates.
Handy little queues and producers.
Priority Queue for Elixir. Heap implementation
Well-structured Queues for Elixir, offering a common interface with multiple implementations with varying performance guarantees that can...