You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Capistrano
Hi!
I'm new capistrano but have inherited a continous deployment that is
already using it. I realize that capistrano runs tasks in paralel on
multiple hosts, but is there some sort of synchronization between
different tasks? Ie if one hosts runs a task (or many) faster than the
others, will the next task run before the previous has finished across
all hosts? The goal here is to add another host and have the
webservers restart at exactly the same moment (or as close as
possible).