Re: Realtime console output for parallel threaded Python fabric command

2014-10-01 Thread Michael Reinhardt
issues. On Wed, Sep 17, 2014 at 11:38 PM, Michael Reinhardt mrein...@gmail.com javascript: wrote: We have a Python fabric command that runs in parallel across several hosts, something like this: $ fab --hosts=prod1.server,prod2.server,prod3.server --parallel cache_copy This will copy

Realtime console output for parallel threaded Python fabric command

2014-09-17 Thread Michael Reinhardt
We have a Python fabric command that runs in parallel across several hosts, something like this: $ fab --hosts=prod1.server,prod2.server,prod3.server --parallel cache_copy This will copy cache to the production servers listed in parallel. There is various logging that occurs throughout