From 6e1c04b3a6996095c50c73749f5dd87b3152c728 Mon Sep 17 00:00:00 2001 From: Fabian Schwahn Date: Mon, 6 Dec 2021 11:06:14 +0100 Subject: [PATCH] Add INFO to documentation Added in #1320 --- docs/signals.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/signals.md b/docs/signals.md index cbe74fc3fa..04f1fb673a 100644 --- a/docs/signals.md +++ b/docs/signals.md @@ -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