Skip to main content

Retry Configuration

Configure automatic retries for transient failures:

Retryable Errors

Chat automatically retries on:
  • Network errors (ConnectionError, TimeoutError)
  • Rate limiting
  • Temporary service unavailability
  • Internal server errors
Non-retryable errors are raised immediately.

Error State Recovery

Check and recover from error states:

Concurrent Invocation Limits

Control maximum concurrent requests: