Background Jobs
Process slow tasks asynchronously to keep response times low, improve fault-tolerance and aid with horizontal scaling
0.01
bj
2016
2017
2018
2019
2020
2021
0.28
Starling is a light-weight, persistent queue server that speaks the memcached protocol. It was originally developed for Twitter's backend.
2016
2017
2018
2019
2020
2021
0.73
Mature EventMachine-based RabbitMQ client.
2016
2017
2018
2019
2020
2021
0.02
easily do background work in rails, without commiting to a particular runner. comes with starling, bj and spawn runners.
2016
2017
2018
2019
2020
2021
3.57
Easy to use, feature complete Ruby client for RabbitMQ 3.3 and later versions.
2016
2017
2018
2019
2020
2021
5.32
Delayed_job (or DJ) encapsulates the common pattern of asynchronously executing longer tasks in the background. It is a direct extraction from Shopify where the job table is responsible for a multitude of core tasks.
2016
2017
2018
2019
2020
2021
0.01
The crowd, suddenly there where there was nothing before, is a mysterious and
universal phenomenon. A few people may have been standing together -- five, ten
or twelve, nor more; nothing has been announced, nothing is expected. Suddenly
everywhere is black with people and more com...
2016
2017
2018
2019
2020
2021
0.06
Execute any ActiveRecord Model method in the background
2016
2017
2018
2019
2020
2021
8.18
Resque is a Redis-backed Ruby library for creating background jobs,
placing those jobs on multiple queues, and processing them later.
Background jobs can be any Ruby class or module that responds to
perform. Your existing classes can easily be converted to background
jobs or ...
2016
2017
2018
2019
2020
2021
0.01
A unified interface for various messaging queues
2016
2017
2018
2019
2020
2021
0.11
Simple background job processor inspired by delayed_job, but aiming for database agnosticism.
2016
2017
2018
2019
2020
2021
0.04
Resque-mongo is a fork of resque that uses mongo as a queue backend.
Resque is a Redis-backed Ruby library for creating background jobs,
placing those jobs on multiple queues, and processing them later.
Background jobs can be any Ruby class or module that responds to
perform...
2016
2017
2018
2019
2020
2021
0.0
Run commands
2016
2017
2018
2019
2020
2021
0.1
A job queueing and background workers system using Beanstalkd. Inspired by the Minion gem.
2016
2017
2018
2019
2020
2021
0.03
A highly available, reliable messaging infrastructure
2016
2017
2018
2019
2020
2021
0.02
Quebert is a worker queue framework built around beanstalkd. Use it in your Rails apps for job processing.
2016
2017
2018
2019
2020
2021
0.72
queue_classic is a queueing library for Ruby apps. (Rails, Sinatra, Etc...) queue_classic features asynchronous job polling, database maintained locks and no ridiculous dependencies. As a matter of fact, queue_classic only requires pg.
2016
2017
2018
2019
2020
2021
0.37
Background processing, simplified
2016
2017
2018
2019
2020
2021
0.0
Seamlessly integrates Java's Executor framework with Ruby on Rails
2016
2017
2018
2019
2020
2021
0.27
a Ruby library for queuing and processing background jobs with configurable backends.
2016
2017
2018
2019
2020
2021
2.34
ActiveRecord backend for Delayed::Job, originally authored by Tobias Lütke
2016
2017
2018
2019
2020
2021
0.01
Background jobs on RabbitMQ
2016
2017
2018
2019
2020
2021
14.77
Simple, efficient background processing for Ruby.
2016
2017
2018
2019
2020
2021
0.0
JobReactor is a library for creating, scheduling and processing background jobs.
It is asynchronous client-server distributed system based on EventMachine.
2016
2017
2018
2019
2020
2021
0.0
RabbitMQ JRuby based workers on top of hot_bunnies
2016
2017
2018
2019
2020
2021
0.34
Beanstalk background job processing made easy
2016
2017
2018
2019
2020
2021
0.0
Lean Redis-backed event scheduling library for Ruby
2016
2017
2018
2019
2020
2021
1.57
Asynchronous processing library for Ruby
2016
2017
2018
2019
2020
2021
1.74
Fast background processing framework for Ruby and RabbitMQ
2016
2017
2018
2019
2020
2021
1.02
A job queue that uses PostgreSQL's advisory locks for speed and reliability.
2016
2017
2018
2019
2020
2021
1.51
Shoryuken is a super efficient AWS SQS thread based message processor
2016
2017
2018
2019
2020
2021
0.02
Ruby's missing batch processing system.
2016
2017
2018
2019
2020
2021
0.03
Fast and easy task runner for Rails. Got work?
0.11
Running Long Background Tasks In Ruby On Rails Made Dead Simple
0.03
A Ruby library implementing a Simple Message Queue protocol