NebraLtd / hm-miner

Helium Miner Container
https://nebra.io/hnt
MIT License
16 stars 16 forks source link

Exponential backoff for snapshot recovery #61

Closed marvinmarnold closed 2 years ago

marvinmarnold commented 2 years ago

Notes We are currently using a huge amount of bandwidth on Cloudflare. We believe this is because of our snapshot logic greedily pulling images. We want to better understand what is driving Cloudflare usage and make requests in a more conservative way.

Need to confirm why we are downloading so much.

Acceptance Criteria

vpetersson commented 2 years ago

We discovered in the grooming that this one is trickier that it seems. Ideally, the retry logic should be done inside of miner code (which is written in Erlang unfortunately).

shawaj commented 2 years ago

@marvinmarnold @vpetersson we can probably close this now the issues with cloudflare are sorted? dunno what you think?

vpetersson commented 2 years ago

Yeah agreed. Not super relevant anymore.