Retry connections with nginx

Can someone please share details on how Apigee handles client connections which are interrupted/disconnected? How is the retry mechanism configured?

0 1 533
1 REPLY 1

Please take a look at the below links where this is discussed. Please revert if you have further questions.

https://community.apigee.com/questions/47343/retry-connections-with-nginx.html
https://community.apigee.com/questions/30510/auto-retry-requests.html

To be more clear, the retry logic has nothing to do with client connections. It is for server (MP) connections. eg: when nginx connects to first MP (server) and failed, it will retry next MP in the MP pod Northbound connections are managed by the client. If client decides to disconnect, we can't re-initiate back to them. Client is the connection initiator.