Skip to content

Commit 17d3134

Browse files
daipomkenhys
andcommitted
zero-downtime-restart: improve explanation about temporal buffer
Signed-off-by: Daijiro Fukuda <fukuda@clear-code.com> Co-authored-by: Kentaro Hayashi <kenhys@gmail.com>
1 parent 7ef42f2 commit 17d3134

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

deployment/zero-downtime-restart.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,12 @@ You can use this feature in the following ways.
3333
* Launch new workers with [Source Only Mode](source-only-mode.md).
3434
* In addition to source-only mode, further limit the starting pluings to only those that support this feature.
3535
* Data received by the new workers are stored in the temporary buffer of source-only mode.
36+
* For details on the temporary buffer, see [Source ONLY MODE - Temporary file buffer](source-only-mode.md#temporary-file-buffer).
3637
* Send `SIGTERM` to the old supervisor after `10s` delay.
3738
5. The old supervisor stops and sends `SIGWINCH` to the new one.
3839
6. The new workers starts to run fully.
3940
* The temporary buffer of source-only mode starts to load.
4041

41-
You can configure the temporary buffer.
42-
See [Source Only Mode](source-only-mode.md) for details.
43-
4442
## Plugins: how to support this feature
4543

4644
See [How to Write Input Plugin - zero_downtime_restart_ready?](../plugin-development/api-plugin-input.md#zero_downtime_restart_ready).

0 commit comments

Comments
 (0)