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
feat: Enable drop pre-aggregations without touch by default. **NOTE:** This change may adversely affect deployments which has incorrectly configured Refresh Worker instance.
If `true`, it enables dropping pre-aggregations that Refresh Worker doesn't touch within [`CUBEJS_TOUCH_PRE_AGG_TIMEOUT`](#cubejs-touch-pre-agg-timeout).
246
+
Pre-aggregations are touched whenever those rebuilt or Refresh Worker checks its freshness.
247
+
The first drop will be initiated when the Refresh Worker is able to check freshness for every `scheduledRefresh: true` pre-aggregation.
248
+
If you have multiple Refresh Workers with different schema versions sharing the same Cube Store cluster, then touches from both refresh workers
249
+
are respected.
250
+
251
+
| Possible Values | Default in Development | Default in Production |
0 commit comments