We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 697ff48 commit ee1d393Copy full SHA for ee1d393
deployment/rpc.md
@@ -26,7 +26,7 @@ As evident from the output above, each endpoint returns a JSON object as its res
26
## HTTP Endpoints
27
28
| Endpoint | Replacement of | Description | Version |
29
-| :--- | :---: | :---: | |
+| :--- | :---: | :---: | :---: |
30
| `/api/processes.interruptWorkers` | [SIGINT](signals.md#sigint-or-sigterm) | Stops the daemon. | v1.0 |
31
| `/api/processes.killWorkers` | [SIGTERM](signals.md#sigint-or-sigterm) | Stops the daemon. | v1.0 |
32
| `/api/processes.zeroDowntimeRestart` | [SIGUSR2](signals.md#sigusr2) | Restarts Fluentd with zero-downtime. (Not supported on Windows) | v1.18 |
0 commit comments