Open michamos opened 1 month ago
Currently we're using export.arxiv.org to download files from arXiv, but that server is overloaded. Following a call with the arXiv CTO, they will whitelist our IPs and we should use the main arxiv.org domain for all endpoints except OAI-PMH harvesting. This requires overriding the config keys in https://github.com/inspirehep/inspire-next/blob/ff47b1c64fe8b2c74574f66b13cf33990a3ff3a6/inspirehep/config.py#L1235-L1237 in https://github.com/cern-sis/kubernetes/blob/master/next/base/config/inspirehep.cfg to use the correct domain.
export.arxiv.org
arxiv.org
still no response from charles
Nice, i guess we can just overwrite it in inspire-next itself instead of kubernetes
inspire-next
kubernetes
Currently we're using
export.arxiv.org
to download files from arXiv, but that server is overloaded. Following a call with the arXiv CTO, they will whitelist our IPs and we should use the mainarxiv.org
domain for all endpoints except OAI-PMH harvesting. This requires overriding the config keys in https://github.com/inspirehep/inspire-next/blob/ff47b1c64fe8b2c74574f66b13cf33990a3ff3a6/inspirehep/config.py#L1235-L1237 in https://github.com/cern-sis/kubernetes/blob/master/next/base/config/inspirehep.cfg to use the correct domain.