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: deployment/system-config.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,14 @@ System Configuration is one way to set up system-wide configuration such as enab
16
16
17
17
Specifies the number of workers.
18
18
19
+
### `restart_worker_interval`
20
+
21
+
| type | default | version |
22
+
| :--- | :--- | :--- |
23
+
| time | 0 | 1.15.0 |
24
+
25
+
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.
0 commit comments