HTTP Request Retrying
Closed this issue · 2 comments
t0mk commented
Packngo should retry on nwtowrk timeouts, for instance when wireless network connections is lost temporarily. It would improive user experience with the TF provider.
Original issue for TF provider
https://github.com/terraform-providers/terraform-provider-packet/issues/149
jasmingacic commented
As per slack conversation where you suggested we use https://github.com/hashicorp/go-retryablehttp I think it would be the easiest way to handle it.