Skip to content
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

Introduce caching for Document elaboration #337

Open
mwatts15 opened this issue Mar 21, 2018 · 0 comments
Open

Introduce caching for Document elaboration #337

mwatts15 opened this issue Mar 21, 2018 · 0 comments

Comments

@mwatts15
Copy link
Contributor

A few of the external IDs (Pubmed, Wormbase, DOI) permit retrieval of external data. However, many of these services have limits (either declared or due to unstated resource limits on the server) on how frequently you can query them.

To reduce the #of times a given user will 'hit' a service, it's desirable to cache the data retrieved. The expiration date on such caches should typically be quite long by default (i.e., months), so cache size should be the dominant eviction criterion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant