cloudfoundry/cloud_controller_ng

Puma web server does not configure property request_timeout_in_seconds

Samze opened this issue · 0 comments

Issue

Request_timeout_in_seconds is configurable on the capi-release and sets the Thin Runner request timeout. This does not appear to be set for Puma Runner

Possible Fix

Sadly, It doesn't appear as though Puma has an overall request timeout, see configuration.

One option would be to use https://github.com/zombocom/rack-timeout.

Alternatively we should make it clear in the capi-release property that it only effects Thin.