Project

Profile

Help

Story #2730

Updated by bmbouter almost 7 years ago

Recently we ran into issues caused by rsync on remote site. Effect of those issues were stalled publish tasks. To resolve that rsync support "--timeout" argument that makes task fail rather than waiting forever. 
 Another argument that we would like to use is    "--stats" which prints out sync statistics after finished call. That can be used to see upload speed of task, what is useful during debugging performance issues. 
 Therefore <code>extra_rsync_args</code> "extra_rsync_args" (or similar name) is desired to be new attribute for rsync distributor.

Back