Libraries tagged by job processing
mead-steve/mon-work-go
16 Downloads
A simple mongo DB based work queue.
white-rabbit-1-sketch/php-worker-pool
6 Downloads
A lightweight PHP library to manage a pool of workers for parallel task execution. This library allows you to easily manage worker threads, process tasks concurrently, and optimize your application’s performance by executing multiple tasks in parallel. Ideal for background jobs, batch processing.
codingducksrl/laravel-queue-aws-batch
14 Downloads
Laravel Queue for AWS Batch, enabling users to submit jobs for processing to a Batch queue.
icephp/mini-queue
0 Downloads
IcePHP/MiniQueue is a lightweight PHP library for managing job queues and processing tasks asynchronously. This library provides a simple and efficient way to handle tasks in the background, allowing your application to perform time-consuming operations without blocking the main execution flow
mbaynton/batch-framework
8 Downloads
An API and foundational algorithms for efficient processing of long-running jobs that can be divided into small work units.
perry-rylance/split-batch
8 Downloads
This library provides a means to do large batch processing when unix cron jobs aren't necessarily available. This is useful when you need to process a large amount of data, or carry out a time consuming task, where cron isn't available, such as on low tiered shared hosting.
scones/resque
89 Downloads
resque (for php) is a Redis-backed library for creating background jobs, placing them on multiple queues, and processing them later. compatible to the original http://resque.github.io/