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 5 years ago
Linked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A collection of reusable utility functions in Elixir | 11 |
| | An Elixir library for managing background tasks with concurrency control and persistent results | 18 |
| | An Elixir client for interacting with an in-memory job queue service | 17 |
| | A queue data structure implemented as a wrapper around the Elixir language's existing queue data type with additional features and improved API. | 34 |
| | An Elixir client for the beanstalkd job queueing system | 19 |
| | A Faktory worker implementation allowing job processing in Elixir applications | 38 |
| | Defines multiple function heads with conditional clauses and multiple implementations for each head | 49 |
| | A pluggable job queue and worker pool for Elixir, focused on at-least-once execution. | 723 |
| | A cron-style scheduling application for Elixir. | 12 |
| | A high-performance job queue built on top of Postgres for Elixir applications | 441 |
| | An Elixir library providing parallel processing facilities with customizable worker size and timeout options. | 28 |
| | A distributed job processing system utilizing an in-memory real-time database | 672 |
| | A date recurrence library for Elixir based on iCalendar events | 223 |
| | Automates job scheduling and execution in an asynchronous workflow using a cron-like configuration file. | 115 |
| | A simple, in-memory queue with worker pooling and rate limiting. | 266 |