-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🏇🐿️ Cache flow needs to be improved #613
Comments
Current cache points
|
shnizzedy
added a commit
that referenced
this issue
Jan 16, 2020
Ref #245, #613 on-behalf-of: @ChildMindInstitute <[email protected]>
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because we're using a multi-document definition schema to load external content into MindLogger, and because loading a document from the web takes a non-negligible amount of time, we necessarily must cache the definition documents once they are parsed. Because we neglected to plan for this eventuality prior to implementing any versions through 0.7, each checkpoint is at a point where we hit a timeout on the server, and we have no planned or documented strategy for when to update a cached document.
We can and should overhaul when documents are cached and document that strategy before we implement.
Documents that must be cached for minimum functionality:
Documents for which caching would immediately and noticeably improve useability
The text was updated successfully, but these errors were encountered: