Y
Hacker News
new
|
ask
|
show
|
jobs
by
ryanpers
5058 days ago
the issue is once you get to 100 nodes. you are issuing a 100 node ssh loop from a git-post-receive hook? I'm wary of that.
1 comments
cparedes
5058 days ago
You can replace 'ssh loop' with parallel SSH connections, or pubsub, or...
link