issues
search
mloesch
/
sickle
Sickle: OAI-PMH for Humans
Other
106
stars
42
forks
source link
feat: retryable HTTP status codes can be customized #21 #36
#41
Closed
mloesch
closed
4 years ago
mloesch
commented
4 years ago
Additional changes:
retry logic has been fixed:
max_retries
now actully denotes the number of retries, not the number of total attempts
the default waiting time between HTTP retries is now customizable
Additional changes:
max_retries
now actully denotes the number of retries, not the number of total attempts