pulumi-ai icon indicating copy to clipboard operation
pulumi-ai copied to clipboard

Use exponential backoff and handle 429 status codes

Open AaronFriel opened this issue 1 year ago • 2 comments

The OpenAI backend may rate limit clients by API key or organization, returning a 429 status code.

Currently this bubbles up as an error in the CLI.

AaronFriel avatar Oct 04 '23 19:10 AaronFriel