Libraries tagged by job processing
mbaynton/batch-framework
1 Favers
8 Downloads
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
0 Favers
8 Downloads
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.
tobento/app-import-export
0 Favers
1 Downloads
1 Downloads
App import and export manager for bulk data processing with readers, writers, mappings, and job lifecycle hooks.
scones/resque
4 Favers
90 Downloads
90 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/