diff options
author | Valery Piashchynski <[email protected]> | 2023-07-06 20:36:48 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-07-06 20:36:48 +0200 |
commit | ac11064d7bdd0e191e9da77ace6257ee0f8287dd (patch) | |
tree | 21afc8cb934b860da212962904fa0855e419de73 /.rr.yaml | |
parent | a722c533589307a4e8b1b0540a49711c6c15f130 (diff) | |
parent | 5025240c347420b724e1305133e8599437e3666e (diff) |
[#1637]: release: `v2023.2.0`
Diffstat (limited to '.rr.yaml')
-rw-r--r-- | .rr.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -500,6 +500,11 @@ service: # Default: 1 process_num: 1 + # Timeout for the process stop operation + # + # Default: 5 seconds + timeout_stop_sec: 5 + # Allowed time before stop. # # Default: 0 (infinity), can be 1s, 2m, 2h (seconds, minutes, hours) @@ -529,6 +534,11 @@ service: # Default: none, required. command: "binary" + # Timeout for the process stop operation + # + # Default: 5 seconds + timeout_stop_sec: 5 + # Env variables for the process # # Default: empty |