Merge pull request #2341 from Shopify/custom-sticky

Add session affinity to custom load balancing
This commit is contained in:
k8s-ci-robot 2018-04-12 17:22:59 -07:00 committed by GitHub
commit 8855460817
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 283 additions and 1 deletions

View file

@ -193,6 +193,7 @@ func buildLuaSharedDictionaries(s interface{}, dynamicConfigurationEnabled bool,
"lua_shared_dict locks 512k",
"lua_shared_dict balancer_ewma 1M",
"lua_shared_dict balancer_ewma_last_touched_at 1M",
"lua_shared_dict sticky_sessions 1M",
)
}