gophercloud / utils

Apache License 2.0
20 stars 55 forks source link

Client: introduce the retry func (honor 429 http code) #144

Closed kayrus closed 3 years ago

kayrus commented 3 years ago

Introduces the common retry func for https://github.com/gophercloud/gophercloud/pull/2097 and https://github.com/terraform-provider-openstack/terraform-provider-openstack/issues/1156

kayrus commented 3 years ago

@jtopjian ready for review

kayrus commented 3 years ago

Depends on https://github.com/gophercloud/gophercloud/pull/2106 I'd like to reuse the RetryFunc type pattern here as well.

kayrus commented 3 years ago

@jtopjian feel free to update gophercloud in go.mod after merging the https://github.com/gophercloud/gophercloud/pull/2106 and this PR also can be merged. Thanks in advance.