Job Queue based on Genstage with retries, deduplication and replies.
Exeque allows you to queue up a list of functions and specify how many workers should be used to run those functions.
Exq UI is the UI component for Exq, a job processing library. Exq UI provides the UI dashboard to display stats on job processing.
Background jobs OTP style
A flexible implementation of custom-priority heap/priority queue based on the leftist-heaps
Migration Seed Helper Utility: provides tracked seed blocks, required_seed blocks that queue until seed prerequisites are met, and if_env...
A wrapper for Erlang's :queue. Build First In, First Out queues.
Simple queue implementation for webhooks and event sources.
TaskBunny job failure backend that reports the error to Sentry
A wrapper around Qex with queue count and telemetry events
A Heap-based Priority Queue Implementation in Elixir.
FIFO buffers for queueing
Simple queue client. Use mnesia for storing messages
DataFetcher is a library that can ease fetch-and-cache jobs for Elixir projects.
Ecto postgres notifications-based queue for Honeydew
Lightweight job processing with GenStage.
A first-in-first-out queue data structure for Elixir.
Accesses a Google App Engine Pull Task Queue over REST.
Application to track metrics for Verk queues & jobs
Generates a Slack bot boilerplate that works out of the box and is easily extensible. Support for cron-like jobs and commands included.
Real-time purely functional persistent (in the data-structure sense not that it's goes to disk) queue
A priority queue implementation based on max pairing heaps. Written in pure Gleam.
Library to handle all consuming, producing, and exchanging of RabbitMQ messages via AMQP 0-9-1 protocol. Also enables RPC across independ...
Sombrero is a database-backed job queue.
This is a GenServer-ish implementation of a remote shell execution agent. A process that waits for the message to arrive on the RabbitMQ ...
Asymptotically Efficient Priority Queues
A simple FIFO Queue, with optional prioritisation
A framework for handling distributed and ordered processing of data over AMQP queues.
Point-to-point, durable message-queues
This application reads from a redis queue (RPOP) and then executes functions from a list. The first function from the list does not rece...