From 34c4703ea008df1e50702a82fe494e0798a6ac3e Mon Sep 17 00:00:00 2001 From: Christian Tzolov Date: Mon, 25 Mar 2024 03:57:53 +0100 Subject: [PATCH] Allow Retry on choosen status codes (#495) - Add a new autoconfig property spring.ai.retry.on-http-codes that list status codes (scuh as 429) for which the retry should be attemptd. - Updated the docs. Resolves #433