Skip to content

Add retry logic to RecordSetChangesListAll and RecordSetsListAll #88

@jhg03a

Description

@jhg03a

Prerequisites

  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions