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
Copy file name to clipboardExpand all lines: docs/Cube.js-Backend/REST-API.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -246,6 +246,7 @@ Example response:
246
246
### /v1/run-scheduled-refresh
247
247
248
248
Trigger scheduled refresh run to refresh pre-aggregations.
249
+
**NOTE:** Single call to this API may be not enough to refresh everything is pending. This call just populates queue with refresh workload and it should be continously called until refresh jobs are done. Otherwise refresh jobs will be marked orphaned and they will be removed from queue.
249
250
Learn more about [scheduled refresh here](caching#keeping-cache-up-to-date).
0 commit comments