File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff 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.
37385 . The old supervisor stops and sends ` SIGWINCH ` to the new one.
38396 . 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
4644See [ How to Write Input Plugin - zero_downtime_restart_ready?] ( ../plugin-development/api-plugin-input.md#zero_downtime_restart_ready ) .
You can’t perform that action at this time.
0 commit comments