Currently no timeout is set on either client.join or stdout/stderr channels. This makes long running commands to block until they are finished with no configurable timeout.
Add timeout parameter to client.join and client.run_command to be passed on to pssh.native.wait_select, defaulting to None as per current behaviour.
Feature Request
Currently no timeout is set on either
client.join
or stdout/stderr channels. This makes long running commands to block until they are finished with no configurable timeout.Add
timeout
parameter toclient.join
andclient.run_command
to be passed on topssh.native.wait_select
, defaulting toNone
as per current behaviour.Ref: https://groups.google.com/forum/#!topic/parallelssh/tmuJQNMaTjU