It seems to me that the header names used in RetryDecoratingClient are not in line with Brevo API documentation.
v4.0.7 uses only the standard Retry-After and X-RateLimit-Reset while Brevo docs specify x-sib-ratelimit-reset: the Brevo-specific header should also be used for calculating the delay.
It seems to me that the header names used in RetryDecoratingClient are not in line with Brevo API documentation.
v4.0.7 uses only the standard
Retry-AfterandX-RateLimit-Resetwhile Brevo docs specifyx-sib-ratelimit-reset: the Brevo-specific header should also be used for calculating the delay.