ExchangeUnion / market-maker-bot

MM Bot for OpenDEX. Make profits via arbitrage between OpenDEX and a connected CEX account like Binance 🤖
GNU Affero General Public License v3.0
105 stars 20 forks source link

only count UNAVAILABLE error retry attempts #66

Closed erkarl closed 3 years ago

erkarl commented 3 years ago

This PR changes the logic of error handling to only count gRPC UNAVAILABLE errors towards the retry threshold. Previously all errors were counted.