Skip to content

Commit

Permalink
Add SIGINFO to documentation (puma#2762)
Browse files Browse the repository at this point in the history
The feature was added in puma#1320 but was missing from documentation.
  • Loading branch information
fschwahn authored and JuanitoFatas committed Sep 9, 2022
1 parent 204834d commit 1c539d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/signals.md
Expand Up @@ -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

Expand Down

0 comments on commit 1c539d1

Please sign in to comment.