Skip to content

Commit 8369ce5

Browse files
committed
docs(deployment): add note about Refresh Workers keeping refreshKey up-to-date
1 parent 62dfe3a commit 8369ce5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/content/Deployment/Overview.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,13 @@ has access to the data schema files.
150150
151151
## Refresh Worker
152152
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.
155156
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.
158160

159161
## Cube Store
160162

0 commit comments

Comments
 (0)