Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

How can we use Retry if our target is not reachable the first time in Apigee.

Not applicable

Please suggest how we can implement the Retry functionality, if the message does not reach target in the first attempt.

0 4 1,216
4 REPLIES 4

@Paru Tripathi , See similar question asked here.

@Anil Sagar , we are also facing the same issue but the thing is we need to send payload in retry and it should retry 3-4 time , how we can do that ??

@Benjamin Goldman

Not applicable
@Anil Sagar

, thank you for the link. Will check if the solution works for my problem.

@Lavanya Srinivasan

Would you hold the caller hostage until the retries time out? Why not let errors float up to the clients? Then they can decide what they want to do. Also avoids a lot of ugly state living in the proxy layer.