This adds a new RetryConfig to the IR so that we can customize and centralize what HTTP status codes each generator should act upon.
Eventually, we imagine this could hold other information like default retry attempts, and minimum/maximum delay, which are also SDK-specific for the time being.
This adds a new
RetryConfig
to the IR so that we can customize and centralize what HTTP status codes each generator should act upon.Eventually, we imagine this could hold other information like default retry attempts, and minimum/maximum delay, which are also SDK-specific for the time being.