Skip to content

Commit deeb5e2

Browse files
committed
docs: Specify deployment warm-up timeouts
1 parent ff89d65 commit deeb5e2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/pages/product/deployment/cloud/warm-up.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ Data-model warm-up will compile the data model before a Cube Cloud deployment
4141
is exposed to requests from users, making sure that they aren't affected by
4242
the data model compilation time.
4343

44+
45+
<InfoBox>
46+
If a data model warm-up takes more than 15 minutes, the deployment will be
47+
considered unhealthy and rolled back.
48+
49+
</InfoBox>
50+
4451
### Configuring data model warm-up
4552

4653
To configure data model warm-up, navigate to <Btn>Settings → Configuration</Btn>
@@ -62,6 +69,13 @@ Pre-aggregation warm-up will refresh pre-aggregations before a Cube Cloud
6269
deployment is exposed to requests from users, making sure they aren't affected
6370
by the pre-aggregation build time.
6471

72+
<InfoBox>
73+
74+
If a pre-aggregation warm-up takes more than 24 hours, it will be cancelled.
75+
However, the deployment will still succeed.
76+
77+
</InfoBox>
78+
6579
### Configuring pre-aggregation warm-up
6680

6781
To configure pre-aggregation warm-up, navigate to <Btn>Settings → Configuration</Btn>

0 commit comments

Comments
 (0)