I’m using Capistrano to automate a distributed environment. I love the tool, but one small thing that I see time and again with it: if a single node in a role cannot be reached, then executing commands on that node will fail.
It’s a bit of a bummer, but what’re you gonna do when it’s such a great tool otherwise?