backburner
Job processor
A Ruby-based job queue system built on top of Beanstalkd for reliable and efficient background processing.
Simple and reliable beanstalkd job queue for ruby
429 stars
24 watching
70 forks
Language: Ruby
last commit: 10 days ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
bkeepers/qu | A Ruby library for queuing and processing background jobs with multiple backends and resque-like API | 506 |
bia-technologies/lowkiq | A system for ordering and processing background jobs to prevent common issues like message reordering and deadlocks | 142 |
resque/resque-scheduler | Supports scheduling of future job runs in a background job system | 1,737 |
sheharyarn/que | A distributed job processing system utilizing an in-memory real-time database | 669 |
akira/exq | A job processing library compatible with Resque/Sidekiq for the Elixir language, utilizing Redis as a store. | 1,506 |
hugopl/sidekiq.cr | A Crystal implementation of Sidekiq, a background job framework for Ruby. | 765 |
tobi/delayed_job | An asynchronous task queue system for Ruby applications | 2,148 |
bernardphp/bernard | A PHP library for creating background jobs and long running processes using queues. | 1,214 |
nebo15/gen_task | A behavior that helps manage errors and recover from them in GenStage workers | 23 |
nilenso/goose | A Clojure-based background job processing library with support for multiple message brokers and scheduling options. | 266 |
rails/solid_queue | A Ruby-based queuing backend for Active Job with support for multiple features and databases. | 1,938 |
scripbox/flume | A blazing fast job processing system with built-in support for durability, back-pressure, and rate limiting. | 78 |
bakins/lua-resty-beanstalkd | A Lua client driver for interacting with the Beanstalkd job queue service | 16 |
jjb/ruby-clock | A Ruby-based job scheduler that runs jobs in parallel threads within a persistent process. | 79 |
shopify/job-iteration | Makes jobs interruptible and resumable by design. | 1,143 |