resque

Job manager

A Redis-backed Ruby library for managing background tasks and jobs.

Resque is a Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later.

GitHub

9k stars
253 watching
2k forks
Language: Ruby
last commit: over 1 year ago
Linked from 5 awesome lists

asynchronous-tasksasynctaskbackground-jobsbackground-servicebackground-workerjob-managementjob-queuejob-schedulerqueueruby

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
chrisboulton/php-resque A PHP port of Redis-backed job queuing and worker system 3,433
resque/resque-scheduler Supports scheduling of future job runs in a background job system 1,737
resque/resque-web A web interface to Resque's job queue system, built as a Rails engine. 236
actionhero/node-resque A Node.js framework for managing background jobs with Redis as the backend store. 1,379
sidekiq/sidekiq Enables efficient background processing in Ruby applications 13,192
rq/rq A Python library for queueing jobs and processing them in the background with workers using Redis as the backend. 9,945
akira/exq A job processing library compatible with Resque/Sidekiq for the Elixir language, utilizing Redis as a store. 1,506
bensheldon/good_job A multithreaded, Postgres-based Active Job backend for Ruby on Rails designed to be simple and performant for most workloads. 2,729
que-rb/que A high-performance job queue that improves application reliability by protecting jobs with advisory locks and utilizing PostgreSQL for speed and safety. 2,308
redis/redis-rb A Ruby client library for interacting with the Redis in-memory data store 3,980
brandonhilkert/sucker_punch An asynchronous processing library that allows developers to run background jobs within the same process as their web application. 2,643
taskforcesh/bullmq A message queue and batch processing library that supports NodeJS, Python, and other languages using Redis as the underlying storage mechanism. 6,309
bkeepers/qu A Ruby library for queuing and processing background jobs with multiple backends and resque-like API 505
robinjoseph08/redisqueue A Redis-based producer-consumer system for handling messages with guaranteed delivery and visibility timeouts. 131
jondot/sneakers A fast background processing framework for Ruby and RabbitMQ 2,252