mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Add SIGINFO to documentation (#2762)
The feature was added in https://github.com/puma/puma/pull/1320 but was missing from documentation.
This commit is contained in:
parent
392a61b230
commit
b15b78c60d
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ Puma cluster responds to these signals:
|
|||
- `INT ` equivalent of sending Ctrl-C to cluster. Puma will attempt to finish then exit.
|
||||
- `CHLD`
|
||||
- `URG ` refork workers in phases from worker 0 if `fork_workers` option is enabled.
|
||||
- `INFO` print backtraces of all puma threads
|
||||
|
||||
## Callbacks order in case of different signals
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue