I am writing a web service API, I have a doubt regarding retry logic in API.
My API calls few other downstream APIs.
Shall I put the retry logic around service calls (downstream APIs) I am making? Or just say to client that 'please retry' and client can have the retry logic?