File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
docs/pages/product/deployment/cloud Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -165,6 +165,7 @@ module.exports = {
165165If your implementation of ` context_to_app_id ` returns identifiers that change
166166over time for each tenant, requests from one tenant would likely hit multiple
167167production clusters and you would not have the benefit of reduced memory footprint.
168+ Also you might see 502 or timeout errors in case of different cluster nodes would return different ` context_to_app_id ` results for the same request.
168169
169170</WarningBox >
170171
@@ -183,4 +184,4 @@ and select from the available options:
183184[ ref-scalability ] : /product/deployment/cloud/scalability
184185[ ref-multitenancy ] : /product/configuration/advanced/multitenancy
185186[ ref-auto-sus ] : /product/deployment/cloud/auto-suspension
186- [ ref-refresh-worker ] : /product/deployment#refresh-worker
187+ [ ref-refresh-worker ] : /product/deployment#refresh-worker
You can’t perform that action at this time.
0 commit comments