barttenbrinke / worker_queue

Fast and easy task runner for Rails. Got work?

This URL has Read+Write access

barttenbrinke (author)
Tue Sep 16 14:23:04 -0700 2008
commit  1e0040e153d701d4588592931240be23bd381ffc
tree    96df19bac8fef319f5c85dfdad1a79938da75a4d
parent  60d756c4775563453d24ffd8578d207731b4c761
worker_queue / TODO
100644 11 lines (7 sloc) 0.414 kb
1
2
3
4
5
6
7
8
9
10
11
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.