php-resque
Job scheduler
A PHP port of Redis-backed job queuing and worker system
PHP port of resque (Workers and Queueing)
3k stars
218 watching
759 forks
Language: PHP
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
resque/resque | A Redis-backed Ruby library for managing background tasks and jobs. | 9,433 |
resque/resque-web | A web interface to Resque's job queue system, built as a Rails engine. | 235 |
resque/resque-scheduler | Supports scheduling of future job runs in a background job system | 1,737 |
php-enqueue/enqueue-dev | A package for building and implementing message queues and job queues in PHP applications. | 2,178 |
php-enqueue/laravel-queue | An extension of the Laravel framework to handle message queues with multiple transport options and features such as delayed delivery and priorities. | 234 |
rq/rq | A Python library for queueing jobs and processing them in the background with workers using Redis as the backend. | 9,916 |
php-enqueue/redis | An implementation of message queuing using Redis as a broker | 41 |
actionhero/node-resque | A Node.js framework for managing background jobs with Redis as the backend store. | 1,371 |
akira/exq | A job processing library compatible with Resque/Sidekiq for the Elixir language, utilizing Redis as a store. | 1,506 |
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,309 |
taskforcesh/bullmq | A message queue and batch processing solution for NodeJS and Python applications using Redis | 6,227 |
php-enqueue/enqueue | A messaging solution with advanced features built on top of a transport component. | 188 |
robinjoseph08/redisqueue | A Redis-based producer-consumer system for handling messages with guaranteed delivery and visibility timeouts. | 131 |
itsgoingd/clockwork | A PHP tool that collects and stores data about an application's runtime, including request data, performance metrics, and log entries. | 5,704 |
bee-queue/bee-queue | A simple job/task queue for Node.js using Redis | 3,843 |