Retry behavior should be configurable in arxiv.integration.api.service
erickpeirson opened this issue · 1 comments
erickpeirson commented
Currently the retry behavior for HTTP requests is hard-coded in the HTTPIntegration
constructor:
arxiv-base/arxiv/integration/api/service.py
Lines 132 to 138 in 0bbb141
The only way to use a different config is to extend/overwrite the constructor, which is a bit of a pain.
bdc34 commented
Moving away from using arxiv-base arxiv.integration