File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
docs/docs-new/pages/reference Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments