Skip to content

Commit 3682fdd

Browse files
daipomkenhys
andauthored
Update deployment/signals.md
Signed-off-by: Daijiro Fukuda <fukuda@clear-code.com> Co-authored-by: Kentaro Hayashi <kenhys@gmail.com>
1 parent 4635f5e commit 3682fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/signals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This method does not cause socket downtime, so if there is no need to restart th
4949

5050
**Comparison with Graceful reload**
5151

52-
You can still use Graceful reload feature by sending `SIGUSR2` directly to the worker processor or using [RPC](rpc.md) even after v1.18.0.
52+
You can still use Graceful reload feature by sending `SIGUSR2` directly to the worker process or using [RPC](rpc.md) even after v1.18.0.
5353

5454
This allows you to reload without restarting the process, but there are some limitations.
5555
Please use zero-downtime restart or `SIGHUP` unless there is a special reason.

0 commit comments

Comments
 (0)