public
Description: Fast and easy task runner for Rails. Got work?
Homepage: http://www.movesonrails.com
Clone URL: git://github.com/barttenbrinke/worker_queue.git
Click here to lend your support to: worker_queue and make a donation at www.pledgie.com !
worker_queue / TODO
100644 12 lines (9 sloc) 0.458 kb
1
2
3
4
5
6
7
8
9
10
11
12
The following things need to be done:
 
- Maximum parallalization
    WorkerQueue now does either parallel or sequential execution.
    A maximum amount of parallel running Workers per class_name would be nice.
    For example: a user can have a maximum of 5 reports running in parallel.
    
- Spec suite
    The specs only run in a rails project with the WorkerQueue, rspec and rspec_on_rails plugins installed.
 
- USAGE
    Check if examples actually work.