que
Job scheduler
A high-performance job queue that improves application reliability by protecting jobs with advisory locks and utilizing PostgreSQL for speed and safety.
A Ruby job queue that uses PostgreSQL's advisory locks for speed and reliability.
2k stars
39 watching
190 forks
Language: Ruby
last commit: 3 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
que-locks/que-locks | A library that provides an opt-in exclusive execution lock for jobs in a background job queue | 22 |
resque/resque | A Redis-backed Ruby library for managing background tasks and jobs. | 9,443 |
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 |
kortirso/que-view | A Rails engine providing a web interface for Que job queue management | 8 |
chrisboulton/php-resque | A PHP port of Redis-backed job queuing and worker system | 3,433 |
statianzo/que-web | A web interface for managing the job queue of an existing job processing system | 88 |
php-enqueue/laravel-queue | Extends Laravel with support for message queues and various transport options | 235 |
rq/rq | A Python library for queueing jobs and processing them in the background with workers using Redis as the backend. | 9,945 |
rq/django-rq | Provides Django integration with Redis-based queuing for background jobs | 1,855 |
bambooengineering/que-unique | Ensures identical jobs are not scheduled multiple times during a transaction block | 2 |
akira/exq | A job processing library compatible with Resque/Sidekiq for the Elixir language, utilizing Redis as a store. | 1,506 |
bee-queue/bee-queue | A simple job/task queue for Node.js using Redis | 3,855 |
rails/solid_queue | A database-backed Active Job queuing backend with support for various features and integration with Ruby on Rails | 1,986 |
royaltm/ruby-em-pg-client | An asynchronous PostgreSQL client library for Ruby that provides a connection interface with EventMachine support. | 59 |
sybrexsys/rapidmq | A lightweight message queue library for Go that enables efficient, reliable, and concurrent processing of messages. | 68 |