You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Put an X between the brackets on this line if you have done all of the following:
Checked that your issue isn't already filed.
Description
As a user trying to obtain all recordset changes on a large zone, I'd like to have retry logic introduced inside the code handling pagination of changes. I can implement my own retry logic, but for large zones it means I have to start over each time amplifying server load rather than letting the pagination aspects handle it on my behalf to pick up. This specifically is from cases where the vinyldns API returns a 503 and response body of The server was not able to produce a timely response to your request. regardless of the timeouts set in the vinyldns client http.Client.
Versions
github.com/vinyldns/go-vinyldns v0.9.16
The text was updated successfully, but these errors were encountered:
jhg03a
changed the title
Add retry logic to RecordSetChangesListAll
Add retry logic to RecordSetChangesListAll and RecordSetsListAll
Apr 21, 2022
With RecordSetChangesListAll I can effectively reimplement the function with retry logic because the underlying RecordSetChanges function is exported. This is not the case however with RecordSetsListAll and the underlying recordSetsList function.
Prerequisites
Description
As a user trying to obtain all recordset changes on a large zone, I'd like to have retry logic introduced inside the code handling pagination of changes. I can implement my own retry logic, but for large zones it means I have to start over each time amplifying server load rather than letting the pagination aspects handle it on my behalf to pick up. This specifically is from cases where the vinyldns API returns a 503 and response body of
The server was not able to produce a timely response to your request.
regardless of the timeouts set in the vinyldns client http.Client.Versions
github.com/vinyldns/go-vinyldns v0.9.16
The text was updated successfully, but these errors were encountered: