Drarig29/crypto-balance

Add delay between Nomics requests

Drarig29 opened this issue · 0 comments

Currently, Nomics request are done too quickly, so it hits a rate-limit with splitted requests after 2 requests (the 3rd fails).

Either we should implement a retry behavior or hardcode the delays needed (x seconds after each 2 requests).