Skip to content

Commit

Permalink
Add INFO to documentation
Browse files Browse the repository at this point in the history
Added in puma#1320
  • Loading branch information
fschwahn committed Dec 6, 2021
1 parent 392a61b commit 6e1c04b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/signals.md
Expand Up @@ -42,6 +42,8 @@ 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 threak backtraces


## Callbacks order in case of different signals

Expand Down

0 comments on commit 6e1c04b

Please sign in to comment.