有時候,而我的布腳本運行的基本運行在遠程機器上的幾個命令,我會遇到這樣的錯誤:面料插座例外:連接超時
ERROR:paramiko.transport:Socket exception: Connection timed out (110)
!!! Parallel execution exception under host 'xyz'
....
.... (several logs here)
error: [Errno 110] Connection timed out
我的代碼是這樣的:
with settings(....):
execute(tasks,...)
有沒有一種方法可以讓織物在遇到這種超時時重試舊命令而不是跳過它,例如在上述設置中可以選擇重試?