vault/changelog/30887.txt
miagilepner 544edd58d6
VAULT-36112: Better handling for Retry-After rate limit header. (#30887)
* round up

* round up, test, update backoff

* add external test

* changelog

* use released version of go-retryablehttp

* update api version of go-retryablehttp

* fix name
2025-06-19 11:22:11 +02:00

7 lines
315 B
Plaintext

```release-note:change
api: Update the default API client to check for the `Retry-After` header and, if it exists, wait for the specified duration before retrying the request.
```
```release-note:change
quotas/rate-limit: Round up the `Retry-After` value to the nearest second when calculating the retry delay.
```