@@ -12,12 +12,18 @@ Auto-suspension is available in Cube Cloud on
1212
1313</SuccessBox >
1414
15- Cube Cloud can automatically suspend deployments when not in use to prevent
16- [ resource consumption] [ ref-deployment-pricing ] when infrastructure is not being
17- actively used, which helps manage spend and preventing unnecessary quota use.
15+ Cube Cloud can automatically suspend deployments when not in use to reduce
16+ [ resource consumption] [ ref-deployment-pricing ] , which helps manage your spend.
1817
19- This is useful for deployments that are not used 24/7, such as staging
20- deployments. Auto-suspension will hibernate the deployment when ** no** API
18+ <WarningBox >
19+
20+ Auto-suspension is useful for deployments that are not used 24/7, such as
21+ staging deployments. However, ** auto-suspension shall not be used for production
22+ deployments** . See [ effects on experience] [ self-effects ] for details.
23+
24+ </WarningBox >
25+
26+ Auto-suspension will hibernate the deployment when ** no** API
2127requests are received after a period of time, and automatically resume the
2228deployment when API requests start coming in again:
2329
@@ -38,6 +44,25 @@ During auto-suspension, resources are monitored in 5 minute intervals. This
3844means that if a deployment was suspended 4 minutes ago, and a request comes in,
3945the deployment will resume immediately and 5 minute of CCU usage will be billed.
4046
47+ ## Effects on experience
48+
49+ If auto-suspension is enabled, the behavior of your Cube Cloud deployment will
50+ experience some notable changes.
51+
52+ When a deployment is auto-suspended:
53+
54+ - [ Data model] [ ref-data-model ] compilation artifacts are discarded since the
55+ API instances are de-provisioned.
56+ - [ Monitoring integrations] [ ref-monitoring ] are also suspended, which prevents
57+ the export of metrics and logs.
58+
59+ When a deployment is resumed from auto-suspension:
60+
61+ - [ Data model] [ ref-data-model ] compilation would need to be done from scratch.
62+ It applies to all tenants in case [ multitenancy] [ ref-multitenancy ] is set up.
63+ Consequently, one or more queries served after a deployment is resumed from
64+ auto-suspension are likely to have suboptimal performance.
65+
4166## Configuration
4267
4368To configure auto-suspension settings, navigate to the <Btn >Settings</Btn >
@@ -94,3 +119,7 @@ response times to be significantly longer than usual.
94119 /product/deployment/cloud/deployment-types#production-multi-cluster
95120[ ref-deployment-pricing ] : /product/deployment/cloud/pricing
96121[ ref-workspace-dev-api ] : /product/workspace/dev-mode
122+ [ ref-monitoring ] : /product/monitoring/integrations
123+ [ ref-data-model ] : /product/data-modeling/overview
124+ [ ref-multitenancy ] : /product/configuration/advanced/multitenancy
125+ [ self-effects ] : #effects-on-experience
0 commit comments