You need to resolve the delivery API error,
What should you do?
A . Implement simple retry by using the EnableRetryOnFailure feature of Entity Framework.
B . Implement exponential backoff by using the EnableRettyOnFailure feature of Entity Framework.
C . Implement the Circuit Breaker pattern by using the EnableRetryOnFailure feature of Entity Framework
D . Invoke accustom execution strategy in Entity Framework.
Answer: