Merge "Raise Heat API WSGI timeout to 600s"

This commit is contained in:
Zuul 2020-01-22 11:27:58 +00:00 committed by Gerrit Code Review
commit 349fc66fe1
2 changed files with 6 additions and 0 deletions

View File

@ -186,3 +186,4 @@ outputs:
heat::cron::purge_deleted::age_type: {get_param: HeatCronPurgeDeletedAgeType}
heat::cron::purge_deleted::destination: {get_param: HeatCronPurgeDeletedDestination}
heat::max_json_body_size: {get_param: HeatMaxJsonBodySize}
heat::wsgi::apache::vhost_custom_fragment: 'Timeout 600'

View File

@ -0,0 +1,5 @@
---
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.