Ask Your Question
0

Under what condition should the Refit request be retried using Polly?

asked 2023-05-31 06:39:00 +0000

qstack gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2023-05-31 06:55:02 +0000

scrum gravatar image

The Refit request should be retried using Polly based on the specific exception or status codes returned from the API. The retry policy should be customized to handle the particular scenario that caused the failure, such as transient network errors, server timeouts, or rate limiting. The policy can include parameters such as the number of retries, the delay between retries, and the maximum duration of the retry attempt. It is also important to consider the impact of retrying on the overall system performance and resource usage.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-31 06:39:00 +0000

Seen: 2 times

Last updated: May 31 '23