Skip to content

Commit ba54c12

Browse files
authored
docs: Elaborate on touch timeout
1 parent c7ae936 commit ba54c12

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/pages/product/configuration/reference/environment-variables.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1303,6 +1303,12 @@ Required port to send where collector server accept UDP connections.
13031303

13041304
## `CUBEJS_TOUCH_PRE_AGG_TIMEOUT`
13051305

1306+
<WarningBox>
1307+
1308+
If the refresh worker’s throughput isn’t sufficient and the Cube Refresh Worker can’t refresh every partition, Cube will start dropping partitions once the timeout is reached.
1309+
1310+
</WarningBox>
1311+
13061312
The number of seconds without a touch before pre-aggregation is considered
13071313
orphaned and marked for removal. Please see
13081314
[`CUBEJS_DROP_PRE_AGG_WITHOUT_TOUCH`](#cubejs-drop-pre-agg-without-touch) to
@@ -1748,4 +1754,4 @@ The port for a Cube deployment to listen to API connections on.
17481754
[mysql-server-tz-support]: https://dev.mysql.com/doc/refman/8.4/en/time-zone-support.html
17491755
[ref-schema-ref-preagg-allownonstrict]: /product/data-modeling/reference/pre-aggregations#allow_non_strict_date_range_match
17501756
[link-tesseract]: https://cube.dev/blog/introducing-next-generation-data-modeling-engine
1751-
[ref-multi-stage-calculations]: /product/data-modeling/concepts/multi-stage-calculations
1757+
[ref-multi-stage-calculations]: /product/data-modeling/concepts/multi-stage-calculations

0 commit comments

Comments
 (0)