EOS-Nation / bpvalidate

Tools to validate BPs have set up their public configuration correctly
MIT License
20 stars 19 forks source link

slow down requests #41

Closed matthewdarwin closed 4 years ago

matthewdarwin commented 5 years ago

The validator sends too many requests too fast to some endpoints and ends up getting 429 errors. Add some sleeps between requests to avoid this problem.

matthewdarwin commented 5 years ago

Caching is now implemented (https://github.com/EOS-Nation/bpvalidate/issues/8), so this issue should be mitigated a bit