You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#4567: Enhances retry configuration for network errors
Extends the retry configuration to include `ResourceAccessException`
and, if available, `WebClientRequestException` to handle transient
network errors during AI service calls more effectively. This improves
the resilience of the application when interacting with potentially
unstable AI services.
Signed-off-by: Seunggyu Lee <[email protected]>
Copy file name to clipboardExpand all lines: auto-configurations/common/spring-ai-autoconfigure-retry/src/main/java/org/springframework/ai/retry/autoconfigure/SpringAiRetryAutoConfiguration.java
0 commit comments