work_queue
Work scheduler
An Elixir implementation of the hungry-consumer model for dynamic work scheduling
Simple implementation of the hungry-consumer model in Elixir
41 stars
5 watching
5 forks
Language: Elixir
last commit: over 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
pragdave/exlibris | A collection of reusable utility functions in Elixir | 11 |
hentioe/honeycomb | An Elixir library for managing background tasks with concurrency control and persistent results | 18 |
mosic/exdisque | An Elixir client for interacting with an in-memory job queue service | 17 |
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 |
jsvisa/elixir_talk | An Elixir client for the beanstalkd job queueing system | 19 |
opt-elixir/faktory_worker | A Faktory worker implementation allowing job processing in Elixir applications | 38 |
pragdave/mdef | Easily define function heads with multiple clauses in Elixir | 49 |
koudelka/honeydew | A pluggable job queue and worker pool for Elixir, focused on at-least-once execution. | 724 |
ausimian/timelier | A cron-style scheduling application for Elixir. | 12 |
samsondav/rihanna | A high-performance job queue built on top of Postgres for Elixir applications | 439 |
seantanly/elixir-paratize | An Elixir library providing parallel processing facilities with customizable worker size and timeout options. | 28 |
sheharyarn/que | A distributed job processing system utilizing an in-memory real-time database | 669 |
peek-travel/cocktail | A date recurrence library for Elixir based on iCalendar events | 223 |
hlascelles/que-scheduler | Automates job scheduling and execution in an asynchronous workflow using a cron-like configuration file. | 115 |
fredwu/opq | A simple, in-memory queue with worker pooling and rate limiting. | 266 |