dasbts
dasbts
I solved this by updating redlock in package.json to latest, migrating the required steps in /binance-trading-bot/app/helpers/cache.js as I described in the last post of https://github.com/chrisleekr/binance-trading-bot/issues/618 and then building a new...
Worked on this for way too much, see most recent responses in: https://github.com/chrisleekr/binance-trading-bot/issues/619
Same issue here, been like this for years. Worked to turn off rate limiter, guess I will have to catch rate limit errors and sleep for like 5 minutes instead......
I also checked the CoinGecko API documentation (https://www.coingecko.com/en/api/documentation), and it seems like you are using the following endpoint: https://api.coingecko.com/api/v3/coins/%s/market_chart?vs_currency=%s&days=max "interval string (query) Data interval. Possible value: daily" So it seems...
Still wondering about this one, tried so many ways. Anyone know? @balthazar previously refered to using connectionTimeout but idk how to pass it in. Had half a year of disconnecting...