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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retry provider operations #16141

Closed
danielrbradley opened this issue May 7, 2024 · 2 comments
Closed

Retry provider operations #16141

danielrbradley opened this issue May 7, 2024 · 2 comments
Labels
area/engine Pulumi engine area/resource-options kind/enhancement Improvements or new features resolution/duplicate This issue is a duplicate of another issue

Comments

@danielrbradley
Copy link
Member

Hello!

  • Vote on this issue by adding a 馃憤 reaction
  • If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Issue details

Allow a resource operation to be retried if it initially fails. Occasionally a resource creation, update or delete can fail with transient errors (which resolve themselves after a short amount of time). Retry mechanisms are sometimes implemented by specific providers, but we could also make this behaviour available to all resource via a generic resource option.

Examples of reasons to need retry:

  • Service unavailable during brief maintanance period.
  • Internal replication delays causing one service to not see another newly created resource in a different service.

Affected area/feature

@Frassle
Copy link
Member

Frassle commented May 8, 2024

#7932 ?

@justinvp justinvp added resolution/duplicate This issue is a duplicate of another issue and removed needs-triage Needs attention from the triage team labels May 8, 2024
@justinvp
Copy link
Member

justinvp commented May 8, 2024

Closing as dupe of #7932

@justinvp justinvp closed this as not planned Won't fix, can't repro, duplicate, stale May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/engine Pulumi engine area/resource-options kind/enhancement Improvements or new features resolution/duplicate This issue is a duplicate of another issue
Projects
None yet
Development

No branches or pull requests

3 participants