diff --git a/docs/signals.md b/docs/signals.md index cbe74fc3fa..48e288cb8d 100644 --- a/docs/signals.md +++ b/docs/signals.md @@ -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