-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[KeyVault] Consider updating LRO implementations to use OperationInternal class #22912
Comments
We only have 1 true LRO. The others are pseudo-LROs that poll for state and cannot use As for /cc @pakrym |
Sure. We could make it an editable list of headers (maybe two lists depending on whether it counts seconds or milliseconds). Would it be worth adding the header directly to the |
I suppose it really depends on any potential perf impact of making the header list extensible vs. adding it. I would hope Key Vault is the only service sending back "RetryAfter". Even if we did add it to the list of supported headers, I would add it last to avoid impacting the perf of all the other services. In fact, I wonder if we can glean from telemetry what the right order should be to optimize for services that send one over another. Or, I suppose, use a |
FWIW, Key Vault is sending back |
Partially fixes Azure#22912
Consider updating implementations where applicable for Key Vault LROs (follow-up of #19105).
Useful links:
The text was updated successfully, but these errors were encountered: