On Aug 26, 2008, at 5:37 PM, ben.koski wrote:
>
> Is there some way of staggering server restarts post-deploy when there
> are multiple servers in a role? My servers sometimes take a few
> seconds to stabilize post-deploy, and I'd like to avoid bouncing all
> of them at once.
> >
forgot this in my last post.
def spawn command
logger.important "COMMAND : #{ command }"
unless system(command)
logger.important "COMMAND FAILURE(#{ $?.exitstatus }) :
#{ command }"
abort
end
end
a @ http://codeforpeople.com/
--
we can deny everything, except that we have the possibility of being
better. simply reflect on that.
h.h. the 14th dalai lama
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---