diff options
author | Valery Piashchynski <[email protected]> | 2023-07-06 18:23:56 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-07-06 18:23:56 +0200 |
commit | 7b8a59ed071c0f66877aa8fe28155100fb18373d (patch) | |
tree | 8dbe5c20fa74fc9bf877c2025285b46c4c498eb1 /.rr.yaml | |
parent | d6ca04f1d7ae230bc8139ea652d67766779beb57 (diff) |
release: update schema3.0, CHANGELOG, config, plugins
Signed-off-by: Valery Piashchynski <[email protected]>
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 |