Versions: - Ruby 2.0.0 - Capistrano 3.4.0
I'm trying to work out a solution to limit the number of servers that a group of tasks (remove from load balancer, push code, restart service, add back to load balancer for example) can run on at a time. I've been digging through past conversations and documentation, but I've failed to find a solution with capistrano 3.x so far. I've found some examples from v2.x, but most of the work in that example relied on features that are no longer in existence. I've been working through creating a custom deploy task that specifies "in: :sequence" and calls outside tasks, but I'm not sure if I'm on the right track and figured that I might ask for some pointers (or a push in the right direction) before I head too far in the wrong direction. -- You received this message because you are subscribed to the Google Groups "Capistrano" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/capistrano/cf49591c-0be0-44d6-b1b3-c44bf2027a91%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
