1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

GCLOUD: Retry on ratelimit (#946)

* Add exponential delay retry on 429, 503; and single retry on 404s.
This commit is contained in:
Tom Limoncelli
2020-11-18 09:06:45 -05:00
committed by GitHub
parent 1f471a15b9
commit db6ad08f5e
2 changed files with 90 additions and 7 deletions

View File

@@ -756,7 +756,7 @@ func makeTests(t *testing.T) []*TestGroup {
testgroup("pager601",
// AWS: https://github.com/StackExchange/dnscontrol/issues/493
//only("AZURE_DNS", "HEXONET", "ROUTE53"),
only("HEXONET", "ROUTE53"), // AZURE_DNS is failing.
only("HEXONET", "ROUTE53", "GCLOUD"), // AZURE_DNS is failing.
tc("601 records", manyA("rec%04d", "1.2.3.4", 600)...),
tc("Update 601 records", manyA("rec%04d", "1.2.3.5", 600)...),
),