CityOfZion / neo-scan

Blockchain explorer for NEO
https://neoscan.io
MIT License
70 stars 65 forks source link

Monitor worker dies on too many connection_timeouts #8

Closed lucianoengel closed 6 years ago

lucianoengel commented 7 years ago

When there's too many connection_timeouts the monitor starts killing nodes without testing. Probably related with the GenStage consumer recursively trying to fetch the data from the available nodes. On restarting the server, the monitor refill the nodes list and they seem fine.

lucianoengel commented 6 years ago

Updating Hackney to newest version solved the problem.