Skip to content

Commit

Permalink
Update REST-API.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov authored Apr 10, 2020
1 parent 9d1534d commit efe2564
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/Cube.js-Backend/REST-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,9 @@ Example response:
### /v1/run-scheduled-refresh
Trigger scheduled refresh run to refresh pre-aggregations.
**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.
> **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.
Learn more about [scheduled refresh here](caching#keeping-cache-up-to-date).
| Parameter | Description |
Expand Down

0 comments on commit efe2564

Please sign in to comment.