Closed risicle closed 1 month ago
30s is what we've decided to set our cloudfront timeouts to.
Wrapping application.wsgi_app is more correct than wrapping application itself, as it preserves flasky behaviours of the outer application object.
application.wsgi_app
application
30s is what we've decided to set our cloudfront timeouts to.
Wrapping
application.wsgi_app
is more correct than wrappingapplication
itself, as it preserves flasky behaviours of the outerapplication
object.