ns1 / ns1-go

Golang API client for NS1
Apache License 2.0
34 stars 59 forks source link

don't trust received rate-limit headers #174

Closed eravin-ns1 closed 1 year ago

eravin-ns1 commented 1 year ago

If the rate-limit header values in the API response are missing or corrupt, provide a default value of 100 ms. This will lead to a sleep of 100 ms times the "parallelism" user-settable value. For more details see the NS1 Terraform provider documentation.