tripleo-heat-templates/releasenotes/notes/heat-api-wsgi-timeout-600-640058f1ae18232c.yaml
James Slagle acf208609e Raise Heat API WSGI timeout to 600s
The HAProxy and Heat's rpc_response_timeout are already set to 10
minutes, so the WSGI timeout should be as well. Otherwise, raising the
other timeouts doesn't really do any good.

Some requests to the Heat API when running config-download can take
longer than 60 seconds, particularly at scale (> 100 nodes).

Change-Id: I466afb53bee498c6f265ecf613fe34a736c6b92e
Closes-Bug: #1860475
2020-01-21 13:49:20 -05:00

6 lines
219 B
YAML

---
fixes:
- The WSGI timeout for Heat API is now set to 600 seconds to match the
HAProxy timeout and the RPC response timeout. Previously, it was set to 60
seconds, which resulted in API requests timing out.