ClickHouse / terraform-provider-clickhouse

Terraform Provider for ClickHouse Cloud
Apache License 2.0
21 stars 7 forks source link

Honor server-side throttling info while dealing with 429 errors #150

Closed whites11 closed 1 month ago

whites11 commented 1 month ago

Towards: https://github.com/ClickHouse/terraform-provider-clickhouse/issues/148

We want to be more gentle on the backend API, thus we try to honour the response header indicating how long to wait before making another call.

Also fixed debug logging