-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow retry logic in synthetics tests #428
Conversation
b050437
to
0adafdf
Compare
Also opened (and just closed) #426. This is great, first time seeing a state migrator in action! |
@gzussa @jirikuncar I can't seem to get the tests to pass. However, if I use my personal api keys it passes:
not really sure what the deal is here. :( Any ideas? |
This is because there are recorded API requests/responses in cassettes/. Not sure what the plan is for updating those. |
I was not aware of the state-migration feature, I've updated the PR https://github.com/terraform-providers/terraform-provider-datadog/pull/425 to add |
@bkabrda whatever it takes to get have this available for all of us. Was there anything particular to keep from each PR? |
We added retry support in #619, let us know if it works for you. |
This is a bit of a dupe of https://github.com/terraform-providers/terraform-provider-datadog/pull/425.
Allows for retry logic in synthetics checks.
However, this uses the terraform migration pattern as suggested here https://www.terraform.io/docs/extend/resources/state-migration.html
This way we can keep options without deprecating and/or breaking those upgrading.