Closed matthewdarwin closed 4 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.
Caching is now implemented (https://github.com/EOS-Nation/bpvalidate/issues/8), so this issue should be mitigated a bit
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.