diff options
author | Valery Piashchynski <[email protected]> | 2021-04-19 16:42:28 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-04-19 16:42:28 +0300 |
commit | baa12b092578d41218585d918fb7e1425700272d (patch) | |
tree | 91881bd0ac32c609ea01fafe3bbc15a13a67c392 /tests/plugins/service/configs/.rr-service-init.yaml | |
parent | 112b7b60bbc045f4935e1766be9d2266abf68b31 (diff) |
- Add tests, update Informer implementation
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/plugins/service/configs/.rr-service-init.yaml')
-rw-r--r-- | tests/plugins/service/configs/.rr-service-init.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/plugins/service/configs/.rr-service-init.yaml b/tests/plugins/service/configs/.rr-service-init.yaml index 1b9cf754..e32f2eda 100644 --- a/tests/plugins/service/configs/.rr-service-init.yaml +++ b/tests/plugins/service/configs/.rr-service-init.yaml @@ -2,13 +2,13 @@ service: some_service_1: command: "php test_files/loop.php" process_num: 1 - exec_timeout: 5s - restart_after_exit: true - restart_delay: 1s + exec_timeout: 5s # s,m,h (seconds, minutes, hours) + remain_after_exit: true + restart_sec: 1 some_service_2: command: "test_files/test_binary" process_num: 1 - restart_after_exit: true + remain_after_exit: true restart_delay: 1s exec_timeout: 5s |