File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -150,11 +150,13 @@ has access to the data schema files.
150
150
151
151
## Refresh Worker
152
152
153
- Refresh Worker updates the pre-aggregations and in-memory cache in the
154
- background.
153
+ A Refresh Worker updates pre-aggregations and the in-memory cache in the
154
+ background. They also keep the refresh keys up-to-date for all defined schemas
155
+ and pre-aggregations.
155
156
156
- [Cube.js Docker image][dh-cubejs] is used for Refresh Worker too. To make
157
- service act as a Refresh Worker ` CUBEJS_REFRESH_WORKER=true` should be set.
157
+ [Cube.js Docker image][dh-cubejs] can be used for creating Refresh Workers; to
158
+ make the service act as a Refresh Worker, ` CUBEJS_REFRESH_WORKER=true` should be
159
+ set in the environment variables.
158
160
159
161
# # Cube Store
160
162
You can’t perform that action at this time.
0 commit comments