From c0962a95c4bcf5bcd1b3c5619cc2ff1ed1b6121e Mon Sep 17 00:00:00 2001 From: yoshinorin Date: Wed, 19 Mar 2025 20:58:03 +0900 Subject: [PATCH] rpc: fix broken markdown table Signed-off-by: yoshinorin --- deployment/rpc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/rpc.md b/deployment/rpc.md index 6c06ae91..7c4b9c8b 100644 --- a/deployment/rpc.md +++ b/deployment/rpc.md @@ -26,7 +26,7 @@ As evident from the output above, each endpoint returns a JSON object as its res ## HTTP Endpoints | Endpoint | Replacement of | Description | Version | -| :--- | :---: | :---: | | +| :--- | :---: | :---: | :---: | | `/api/processes.interruptWorkers` | [SIGINT](signals.md#sigint-or-sigterm) | Stops the daemon. | v1.0 | | `/api/processes.killWorkers` | [SIGTERM](signals.md#sigint-or-sigterm) | Stops the daemon. | v1.0 | | `/api/processes.zeroDowntimeRestart` | [SIGUSR2](signals.md#sigusr2) | Restarts Fluentd with zero-downtime. (Not supported on Windows) | v1.18 |