Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler committed May 25, 2012
1 parent cf8aa84 commit d468a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ An example Task:
// exports
exports.task = task;

"all" tasks will be run on all nodes in the actionCluster, but "any" tasks will only be run on the mater process (the first one to start, the one without `configData.actionCluster.startingPeer` set).
"all" tasks will be run on all nodes in the actionCluster, but "any" tasks will be run on all peers (and kept in thier own local queue)

## Requirements
* node.js server
Expand Down

0 comments on commit d468a9e

Please sign in to comment.