hyper63 / hyper63/hyper-ext-model
feature: sync with checkpoint
Open
extension
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```js
const { checkpoint } = await profiles.sync(prevCheckpoint)
```
The purpose of this function is to allow a model to resync all secondary views that are flagged, like
search, cache, count. This method can be called on a cron job and run from a previous checkpoint so that it can start the sync from a previously defined state.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.