We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8197d5 commit bc39603Copy full SHA for bc39603
docs/how_to_guides/configuring.rst
@@ -140,6 +140,11 @@ logger_class N/A Type of class to use fo
140
loglevel ``--log-level`` The (error) log level. ``INFO``
141
max_app_queue_size N/A The maximum number of events to queue up 10
142
sending to the ASGI application.
143
+max_requests ``--max-requests`` Maximum number of requests a worker will
144
+ process before restarting.
145
+max_requests_jitter ``--max-requests-jitter`` This jitter causes the max-requests per worker 0
146
+ to be randomized by
147
+ ``randint(0, max_requests_jitter)``
148
pid_path ``-p``, ``--pid`` Location to write the PID (Program ID) to.
149
quic_bind ``--quic-bind`` The UDP/QUIC host/address to bind to. See
150
*bind* for formatting options.
0 commit comments