apache / openwhisk-apigateway

Apache OpenWhisk API Gateway service for exposing actions as REST interfaces.
https://openwhisk.apache.org/
Apache License 2.0
64 stars 45 forks source link

Perf: Remove keepalive thresholds #318

Closed mhamann closed 5 years ago

mhamann commented 6 years ago

Remove keepalive limitations to allow redis and tcp to handle connection pooling more liberally. This prevents redis connection thrashing in high-throughout situations and significantly improves performance.