Categories: None [Edit]
task_batcher
Some tasks, like database inserts, are much more efficient to process in a
batch. However, we generally want our tasks to be processed "soon" even if
there's only one task. The TaskBatcher gem groups tasks by a taskname
parameter, and starts a timer when the first task comes in. After the batch
timer expires, it processes all tasks that it received in that time. (The
caller provides the block to process the tasks.)
Uses EventMachine under the hood. May be combined with Messenger for
durability guarantees.
Total
Ranking: 142,721 of 186,715
Downloads: 3,897
Daily
Ranking: 102,910 of 186,700
Downloads: 3
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|
Depends on
Rank | Downloads | Name |
---|---|---|
27 | 909,005,466 | rspec |
139 | 296,749,136 | eventmachine |
650 | 78,155,232 | mocha |
Owners
# | Gravatar | Handle |
---|---|---|
1 | apartmentlist |