Add a feature to the RequestManager that retries failed requests a specified number of times before marking them as FAILED. This will help improve the resiliency of the application by handling intermittent network issues or temporary server downtime.
Add a feature to the
RequestManagerthat retries failed requests a specified number of times before marking them asFAILED. This will help improve the resiliency of the application by handling intermittent network issues or temporary server downtime.