Skip to content

Commit 1765bc7

Browse files
authored
docs: Add a note on Refresh Scheduler Interval Error (#7101)
1 parent 7ccaed5 commit 1765bc7

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/docs-new/pages/reference/errors.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,23 @@ cubes:
5757
type: string
5858
primary_key: true
5959
```
60+
61+
## `Refresh Scheduler Interval Error`
62+
63+
```json
64+
{
65+
"message": "Refresh Scheduler Interval Error",
66+
"error": "Previous interval #2 was not finished with 60000 interval"
67+
}
68+
```
69+
70+
Error message above indicates that your refresh worker is overloaded. You probably have
71+
a lot of [tenants](/product/configuration/advanced/multitenancy), a lot of
72+
[pre-aggregations](/product/caching/using-pre-aggregations) to refresh, or both.
73+
74+
**If you're using [multitenancy](/product/configuration/advanced/multitenancy), you'd need
75+
to deploy several Cube clusters (each one per a reduced set of tenants) so there will be
76+
multiple refresh workers which will work only on a subset of your tenants.**
77+
78+
If you're using Cube Cloud, you can use a [production multi-cluster](/product/deployment/cloud/deployment-types#production-multi-cluster)
79+
that would automatically do this for you.

0 commit comments

Comments
 (0)