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: 140,983 of 183,107
Downloads: 3,759
Daily
Ranking: 86,038 of 183,092
Downloads: 0
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 |
---|---|---|
25 | 817,849,894 | rspec |
138 | 255,170,866 | eventmachine |
627 | 68,424,665 | mocha |
Owners
# | Gravatar | Handle |
---|---|---|
1 | apartmentlist |