Skip to content

Commit

Permalink
Add SIGINFO to documentation (#2762)
Browse files Browse the repository at this point in the history
The feature was added in #1320 but was missing from documentation.
  • Loading branch information
fschwahn committed Dec 6, 2021
1 parent 392a61b commit b15b78c
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 b15b78c

Please sign in to comment.