-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Service Used
All
API Versions Used
All
Description
The delete poller doesn't follow retry-after
header:
func deletePollerFromResponse(response *client.Response, client *Client, pollingInterval time.Duration) (*deletePoller, error) { |
But other methods do:
if s, ok := resp.Header["Retry-After"]; ok { |
References
No response
Metadata
Metadata
Assignees
Labels
No labels