honeydew
Job Queue
A pluggable job queue and worker pool for Elixir, focused on at-least-once execution.
Job Queue for Elixir. Clustered or Local. Straight BEAM. Optional Ecto. 💪🍈
724 stars
11 watching
59 forks
Language: Elixir
last commit: 11 months ago
Linked from 1 awesome list
backgroundelixirjob-queuepoolqueueworkers
Related projects:
Repository | Description | Stars |
---|---|---|
mbuhot/ecto_job | A job queue system with transactional processing and notification features using Elixir and PostgreSQL. | 277 |
mosic/exdisque | An Elixir client for interacting with an in-memory job queue service | 17 |
sheharyarn/que | A distributed job processing system utilizing an in-memory real-time database | 669 |
dirkaholic/kyoo | An unlimited job queue with concurrent worker pools for Go applications | 51 |
jsvisa/elixir_talk | An Elixir client for the beanstalkd job queueing system | 19 |
fredwu/opq | A simple, in-memory queue with worker pooling and rate limiting. | 266 |
hentioe/honeycomb | An Elixir library for managing background tasks with concurrency control and persistent results | 18 |
koudelka/slacker | A Slack bot library for Elixir that enables chat matching and event handling with support for private messaging and RTM events. | 83 |
saurabhnanda/odd-jobs | A Haskell-based job queue system with an admin UI and additional features. | 75 |
php-enqueue/laravel-queue | An extension to Laravel's queue system that supports multiple message queues and transports | 233 |
akira/exq | A job processing library compatible with Resque/Sidekiq for the Elixir language, utilizing Redis as a store. | 1,506 |
kortirso/que-view | A Rails engine providing a web interface for Que job queue management | 8 |
princemaple/elixir-queue | A queue data structure implemented as a wrapper around the Elixir language's existing queue data type with additional features and improved API. | 33 |
scripbox/flume | A blazing fast job processing system with built-in support for durability, back-pressure, and rate limiting. | 78 |
didil/goblero | A Go library that provides an embedded persistent job queue with in-process job processing and storage backed by BadgerDB. | 161 |