Our Terraform isn't what I'd consider particularly large but we've started to hit this error pretty regularly
│ Error: opslevel client error
│
│ with opslevel_check_service_property.datadog_service_tag_on_jobs,
│ on rubric_ownership.tf line 169, in resource "opslevel_check_service_property" "datadog_service_tag_on_jobs":
│ 169: resource "opslevel_check_service_property" "datadog_service_tag_on_jobs" {
│
│ Unable to create check_service_property, got error: Message: 429 Too Many
│ Requests, Locations: [], Extensions: map[code:request_error], Path: []
╵
I suspect due to this limit "API Token Request Limit: No more than 250 API requests per minute per API token"
Since there's no way to increase this limit it might be nice to implement some handling of the provided header?
RateLimit-Retry-After - The number of seconds to wait before its safe to retry again because you'll have room left in the budget for that API Token.
Our Terraform isn't what I'd consider particularly large but we've started to hit this error pretty regularly
I suspect due to this limit "API Token Request Limit: No more than 250 API requests per minute per API token"
Since there's no way to increase this limit it might be nice to implement some handling of the provided header?