NebraLtd / hm-pktfwd

Helium Miner Packet Forwarder
https://nebra.io/hnt
MIT License
12 stars 24 forks source link

Improve failure checking #60

Closed shawaj closed 2 years ago

shawaj commented 2 years ago

Currently we only try 5 times to start the concentrator and then say it's failed... https://github.com/NebraLtd/hm-pktfwd/blob/76897fd64383f849b21dabbb0f26558535a95f40/files/configurePktFwd.py#L156-L158

This doesn't work very well as sometimes it will fail more times than this, then work again, but the miner and diagnostics containers still get stuck because we do not check after 5 failures

shawaj commented 2 years ago

Temp fix in #62