Skip to content

Commit

Permalink
Retry DNS API calls when hitting rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
aequitas committed Apr 12, 2023
1 parent 095c992 commit df673f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resource_transip_dns_record.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ var errorStrings = []string{
"Error setting Dns Entries",
"Internal error occurred, please contact our support",
"DNS Entries are currently being saved",
"Too many requests",
}

func retryableDNSRecordErrorf(err error, format string, a ...interface{}) *resource.RetryError {
Expand Down

0 comments on commit df673f0

Please sign in to comment.