Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Options.rst #528

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions Options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,29 @@ harakiri-verbose

``help``: enable verbose mode for harakiri

harakiri-graceful-timeout
*************************
``argument``: required_argument

``parser``: uwsgi_opt_set_int

``help``: interval between graceful harakiri attempt and a sigkill. To control the timeout for the worker to attempt a graceful shutdown

harakiri-graceful-signal
************************
``argument``: required_argument

``parser``: uwsgi_opt_set_int

``help``: use this signal instead of sigterm for graceful harakiri attempts. To choose which signal to use for graceful harakiri (default: SIGTERM)

harakiri-queue-threshold
************************
``argument``: required_argument

``parser``: uwsgi_opt_set_int

``help``: only trigger harakiri if queue is greater than this threshold. In order to trigger harakiri only when the listen queue crosses a threshold


harakiri-no-arh
Expand Down