The Internet Archive has started to more aggressively rate limit requests and after just a dozen or so requests (with the default concurrency setting 5).
After some testing we even get rate limiting with concurrency set to 1.
To fix this we have to implement a way to throttle requests in order to successfully submit all URLs.
🔗 Related to #22.