Skip to content
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

Implement customTimeout for resource deletion #802

Merged
merged 2 commits into from
Sep 17, 2019

Conversation

lblackstone
Copy link
Member

Proposed changes

All resources now include a customTimeouts option, but
the delete field was previously ignored. Plumb this option
through and use the custom timeout if it is set.

Related issues (optional)

Fixes #746

Copy link
Contributor

@metral metral left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Any docs we can update to capture this and the other custom timeouts?

All resources now include a customTimeouts option, but
the delete field was previously ignored. Plumb this option
through and use the custom timeout if it is set.
@lblackstone
Copy link
Member Author

@metral Good call; updated the relevant SDK docs.

@lblackstone lblackstone merged commit f051f60 into master Sep 17, 2019
@pulumi-bot pulumi-bot deleted the lblackstone/delete-timeout branch September 17, 2019 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow configurable timeouts on Delete
2 participants