temporalio / terraform-provider-temporalcloud

Terraform provider for Temporal Cloud
Mozilla Public License 2.0
11 stars 9 forks source link

Add retry support for Cloud Ops API client #105

Closed tminusplus closed 3 months ago

tminusplus commented 3 months ago

What was changed

Adds a retry interceptor into the Cloud Ops API, triggered when a retryable error is returned from the server.

Why?

To allow handling server rate limits gracefully.

Checklist