You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,7 @@ Configuration:
124
124
***`group`** (_uint64_) identifier of group.
125
125
***`command`** (_list of strings_) command and arguments.
126
126
***`timeout`** (_duration_) execution time limit for the command.
127
+
***`retries`** (_int_) attempts to retry failed command. Default is `1`.
127
128
***`wait_delay`** (_duration_) delay to wait for I/O to complete after process termination. Zero value disables I/O cancellation logic. Default is `100ms`.
0 commit comments