Closed ewan-escience closed 2 months ago
Just adding the email to the requests is at the moment nog enough, as, apparently, there are additional limits on the amount of concurrent requests one can make to the API. I'm in contact with Crossref about this. See also this blog post.
When using the bulk import feature to import many Crossref mentions, this fails, because the the env variable
CROSSREF_CONTACT_EMAIL
is not used in the requests, resulting in failed or slow API requests to Crossref. See #808 for examples of mentions to bulk import. The cause seems to be that the functiongetCrossrefItemByDoi
infrontend/utils/getCrossref.ts
does not use the functionaddPoliteEmail
in the same file.