Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
piger committed Mar 10, 2019
1 parent 2631fab commit 7964acb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -57,7 +57,5 @@ You can also use Cluster mode when you want to run the same command on several h
from fox.cluster import Cluster

cluster = Cluster("app1.example.com", "app2.example.com", "app3.example.com")
cluster.run("sleep $((1 + RANDOM % 5)) && hostname")
cluster.run("sleep $((1 + RANDOM % 5)) && hostname", limit=2)
```

**NOTE** throttling still has to be implemented. All the commands will be run at once.

0 comments on commit 7964acb

Please sign in to comment.