Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.0: Add restart_worker_interval description #407

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions deployment/system-config.md
Expand Up @@ -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 |
Expand Down