-
Notifications
You must be signed in to change notification settings - Fork 98
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
[Bug]: No retry logic? #1532
Comments
Hi @Aransh, thanks for the feedback! |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days |
Not stale |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days |
Not stale |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days |
Not stale, still often fails without retry |
Terraform Version
Terraform v1.9.2 on darwin_arm64
Linode Provider Version
version = "2.23.1"
Effected Terraform Resources
linode_object_storage_key
Terraform Config Files
No response
Debug Output
No response
Panic Output
No response
Expected Behavior
linode_object_storage_key (and other resources too probably) should have a retry mechanism in place, especially for server side errors
Actual Behavior
I constantly get 502 errors from Linode provider, a few restarts usually resolve it, but this should be handled on the provider side...
Steps to Reproduce
I guess manages a lot of linode access keys on Linode (us-iad-1 region in my case)... kind of a hard one to replicate, but a retry mechanism for this should be good for everyone either way
The text was updated successfully, but these errors were encountered: