You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/product/configuration/reference/environment-variables.mdx
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1303,6 +1303,12 @@ Required port to send where collector server accept UDP connections.
1303
1303
1304
1304
## `CUBEJS_TOUCH_PRE_AGG_TIMEOUT`
1305
1305
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
+
1306
1312
The number of seconds without a touch before pre-aggregation is considered
1307
1313
orphaned and marked for removal. Please see
1308
1314
[`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.
0 commit comments