Skip to content

Commit

Permalink
Add max_requests and max_requests_jitter to configuration docs
Browse files Browse the repository at this point in the history
This was missed in 7c39c68
  • Loading branch information
pgjones committed Jan 1, 2024
1 parent b8197d5 commit bc39603
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/how_to_guides/configuring.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,11 @@ logger_class N/A Type of class to use fo
loglevel ``--log-level`` The (error) log level. ``INFO``
max_app_queue_size N/A The maximum number of events to queue up 10
sending to the ASGI application.
max_requests ``--max-requests`` Maximum number of requests a worker will
process before restarting.
max_requests_jitter ``--max-requests-jitter`` This jitter causes the max-requests per worker 0
to be randomized by
``randint(0, max_requests_jitter)``
pid_path ``-p``, ``--pid`` Location to write the PID (Program ID) to.
quic_bind ``--quic-bind`` The UDP/QUIC host/address to bind to. See
*bind* for formatting options.
Expand Down

0 comments on commit bc39603

Please sign in to comment.