From 5561fda4a928d98e32a337098ab881c8241e0ccd Mon Sep 17 00:00:00 2001 From: Daijiro Fukuda Date: Wed, 15 Jun 2022 14:58:15 +0900 Subject: [PATCH] 1.0: Add restart_worker_interval description This is for the new parameter restart_worker_interval that will be added in the fix: * https://github.com/fluent/fluentd/pull/3768 Signed-off-by: Daijiro Fukuda --- deployment/system-config.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deployment/system-config.md b/deployment/system-config.md index 0aea62aa..a5d2ed7b 100644 --- a/deployment/system-config.md +++ b/deployment/system-config.md @@ -16,6 +16,14 @@ System Configuration is one way to set up system-wide configuration such as enab Specifies the number of workers. +### `restart_worker_interval` + +| type | default | version | +| :--- | :--- | :--- | +| time | 0 | 1.15.0 | + +Specifies interval to restart workers that has stopped for some reason. By default, Fluentd immediately restarts stopped workers. You can use this option for stopping workers for a certain period of time. + ### `root_dir` | type | default | version |