Closed jdkent closed 3 months ago
When I download the studyset as a bibtex file, the crossref API quickly gets ratelimited (429 too many requests), what information are we getting from crossref that we don't need when downloading as a csv, which is pretty much instantaneous.
try adding a rate limit to cross ref. if that doesnt work well or takes too long, then we can just get rid of crossref entirely.
closed by https://github.com/neurostuff/neurostore/pull/802
When I download the studyset as a bibtex file, the crossref API quickly gets ratelimited (429 too many requests), what information are we getting from crossref that we don't need when downloading as a csv, which is pretty much instantaneous.