threefoldtech / zos

Autonomous operating system
https://threefold.io/host/
Apache License 2.0
79 stars 12 forks source link

see if we can switch to retryable http #2361

Open xmonader opened 2 weeks ago

xmonader commented 2 weeks ago

https://github.com/hashicorp/go-retryablehttp

for cases like retrieving nodes ffor iperf or submitting uptime reports or whatever that can be retried (needs to have max number of retries, we don't want it to be stuck forever retrying)