honeycombio / terraform-provider-honeycombio

A Terraform provider for Honeycomb.io
https://registry.terraform.io/providers/honeycombio/honeycombio/latest
MIT License
48 stars 24 forks source link

V2 API Client gracefully handles rate limits observing Rate-Limit headers #511

Closed jharley closed 1 month ago

jharley commented 2 months ago

The V2 API Client currently "just retries" when it receives a 429.

The headers for V2 APIs contain detail on when to retry and the total quota which should be used to determine when to try again.