Skip to content

Commit e7fd576

Browse files
authored
docs: Elaborate on stability of context to app id for multi-cluster
1 parent be140ec commit e7fd576

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/pages/product/deployment/cloud/deployment-types.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ module.exports = {
165165
If your implementation of `context_to_app_id` returns identifiers that change
166166
over time for each tenant, requests from one tenant would likely hit multiple
167167
production 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

0 commit comments

Comments
 (0)