Add text to WSGI config guide for debugging

Add "broken pipe" example error message to WSGI guide in
rpc_workers section, could help diagnose agent issues.

Trivialfix

Change-Id: I6e95614bce42124f125be4c23fff0d923ea9ebcc
Closes-bug: #1855919
This commit is contained in:
Brian Haley 2023-01-10 16:40:29 -05:00
parent 1374b01cfb
commit ed048638f4

View File

@ -148,4 +148,5 @@ using about 2GB of RAM in steady-state.
For rpc_workers, there needs to be enough to keep up with incoming
events from the various neutron agents. Signs that there are too few
can be agent heartbeats arriving late, nova vif bindings timing out
on the hypervisors, or rpc message timeout exceptions in agent logs.
on the hypervisors, or rpc message timeout exceptions in agent logs
(for example, "broken pipe" errors).