BlockchainCommons/spotbit

Intermittently becoming unresponsive

Fonta1n3 opened this issue · 3 comments

Spotbit generally becomes unresponsive, to test simply continually query an endpoint throughout the day such as http://kxw4ekzovnar64qylfryczn55ftroachfeqvwjsxl5rnykouzz33kvid.onion/now/usd/coinbase.

I was using Spotbit on the same VPS which was running other Tor hidden services, those HS were responding fine even when Spotbit was stuck so that rules out that it is a Tor issue. Interestingly when Spotbit becomes responsive again it shows outdated data and is stuck on the same time as per #13

As with #14, I think this could be mitigated by keeping performance_mode off and removing the exchanges line from the config. This will make spotbit basically a wrapper around the ccxt library and send all calls directly.

Cool, will try that

Fixed in master.