cloud_controller_ng icon indicating copy to clipboard operation
cloud_controller_ng copied to clipboard

Puma web server does not configure property request_timeout_in_seconds

Open Samze opened this issue 1 year ago • 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.

Samze avatar Jul 10 '24 18:07 Samze