pulumi-ai
pulumi-ai copied to clipboard
Use exponential backoff and handle 429 status codes
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.