Skip to content

Commit

Permalink
Add docs note about stack traces when using request timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Sep 13, 2024
1 parent 8489249 commit ce4ec96
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/configuration-directives/WSGIDaemonProcess.rst
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,12 @@ Options which can be supplied to the ``WSGIDaemonProcess`` directive are:
to handle more requests, restarting of the process will be delayed
if possible.

Note that when a process is restarted due to a request timeout, if the
Apache `LogLevel` is set to `info` or higher, or `wsgi:info` applied for
`LogLevel`, messages will be logged to the Apache error log file for the
request which gives the Python stack trace for any request handler threads
so you can work out where the request is blocking.

.. _deadlock-timeout:

**deadlock-timeout=sss**
Expand Down

0 comments on commit ce4ec96

Please sign in to comment.