@@ -57,15 +57,18 @@ from running.
5757- [ Monitoring integrations] [ ref-monitoring ] are also suspended, which prevents
5858the export of metrics and logs.
5959
60- When a deployment is resumed from auto-suspension:
60+ When a deployment is [ resumed] ( #resuming-a-suspended-deployment ) from auto-suspension:
6161
6262- [ Data model] [ ref-data-model ] compilation would need to be done from scratch.
6363It applies to all tenants in case [ multitenancy] [ ref-multitenancy ] is set up.
64- Consequently, one or more queries served after a deployment is resumed from
64+ Consequently, one or more requests served after a deployment is resumed from
6565auto-suspension are likely to have suboptimal performance.
6666- [ Refresh worker] [ ref-refresh-worker ] would need to refresh all
6767pre-aggregations that became stale during the suspension, competing for the
6868query queue with API instances and compromising the end-user experience.
69+ - Until the deployment is fully resumed, the requests will be served by transient,
70+ on-demand API instances with limited performance. There are no guarantees for the
71+ [ version] [ ref-cube-version ] of Cube these API instances will be running.
6972
7073## Configuration
7174
@@ -120,4 +123,5 @@ response times to be significantly longer than usual.
120123[ ref-multitenancy ] : /product/configuration/multitenancy
121124[ self-effects ] : #effects-on-experience
122125[ ref-refresh-worker ] : /product/deployment#refresh-worker
123- [ ref-sls ] : /product/apis-integrations/semantic-layer-sync#on-schedule
126+ [ ref-sls ] : /product/apis-integrations/semantic-layer-sync#on-schedule
127+ [ ref-cube-version ] : /product/administration/deployment/deployments#cube-version
0 commit comments