-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add support for customizable timeouts #39
Comments
Thanks for the ticket, I'm going to validate if the timeout are available via Mailgun Go SDK, if so, I will take into consideration implement them while making next release. 👍 |
Thank you @wgebis for considering implementing this.
Is it possible to release a patch to increment the retry time limit for deletion until we don't have the custom timeouts in place? |
Hi! |
Hey @mmf55 I've got the exact same issue, using Pulumi which uses this Terraform provider under the hood. I would really like to see a fix for this @wgebis as I'm sure you've got your own workaround that may be better @mmf55 (and please share if you do!), but personally I've been doing the following:
|
Thanks for reporting. I will keep in mind it with further development. Sadly lack of time now 😔. |
Hi @kiweezi ! |
Yes. It is on master branch and will be in next release. |
That's great! I look forward to it. |
@wgebis would it be possible to make a release so we can close our own issue here? |
I can see there has not been a release since December 2022, does anyone know when the next release will be created? Would be nice to have this resolved 🙂. |
@wgebis any ideas when the next release will be? |
Can we get an update on this one @wgebis? |
@RyanS-J Hi there! The new version with hardcoded longer timeout has been just cut off. I leave this issue as opened with label |
Terraform Version
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Expected Behavior
We should be able to configure the
mailgun_domain
timeouts for the create and delete operations as Terraform currently proposes. Example:Actual Behavior
The
mailgun_domain
resource is constantly timing out while destroying the domain. It seems that Mailgun API is taking more time to destroy the domains and the default value (1 minute) for the destroy timeout is not enough and we cannot set a new value.Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
terraform destroy
References
Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example:
The text was updated successfully, but these errors were encountered: