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