Hi Michael

Thanks for the feedback.

I'm afraid that putting in a random sleep will not give the level of 
control I'm looking for. So I'm going to try the fork-approach as suggested 
by Lee in the above post.

Best Regards
Jochen Billen

Op woensdag 21 mei 2014 14:39:07 UTC+2 schreef Michael Richardson:
>
>
> Jochen Billen <joc...@smartbit.be <javascript:>> wrote: 
>     > I'm looking into Capistrano (v3) to deploy an PHP application to 
> 100+ 
>     > servers and I'm am concerned that running the 'git update' and 
>     > 'composer install' task will put to much strain on the 
> infrastructure 
>     > (git server, SAN environment and network) 
>
> You could also add a command to the process which basically just does 
>     sleep $(RANDOM) 
>
> One thing that I have also done to reduce stress (particularly against 
> github.com), is to take one of the checked out trees, move it, merge the 
> .git/objects directories together, and then add a --reference to that. 
> Not only does it speed things up, but it can significantly reduce the disk 
> space requirement. 
>
> -- 
> ]               Never tell me the odds!                 | ipv6 mesh 
> networks [ 
> ]   Michael Richardson, Sandelman Software Works        | network 
> architect  [ 
> ]     m...@sandelman.ca <javascript:>  http://www.sandelman.ca/        | 
>   ruby on rails    [ 
>
>
>

-- 
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 capistrano+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/capistrano/09d951f7-7639-4dab-8688-2483c357e398%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to