buren / wayback_archiver

Ruby gem to send URLs to Wayback Machine
https://rubygems.org/gems/wayback_archiver
MIT License
57 stars 11 forks source link

fix 429, limit to 5 requests per minute #69

Open bartman081523 opened 2 years ago

bartman081523 commented 2 years ago

wayback machine seems to have lowered the rate again. always was hitting 429 after 1 minute. resolution was to limit requests to 5 per minute works for me, no more 429's.