Skip to content

Commit 85e0f0e

Browse files
committed
[docs] update cluster graceful restart signal
1 parent 5eeb00c commit 85e0f0e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: docs/SETUP.md

+4
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ and restart your server afterwards. If you use [Forever](https://github.com/node
112112

113113
forever restartall
114114

115+
or do cluster graceful restart:
116+
117+
kill -s SIGUSR2 <node cluster.js pid>
118+
115119
If you fork, make sure to merge from the upstream for the newer versions.
116120

117121

0 commit comments

Comments
 (0)