How to use the retry option in Gun?

I am using shotgun to call a third party api. If I don’t get a response, I make multiple attempts to make the request, but I see that gun has a retry option, if I set this option to gun does it mean that gun will take all the work of resending the request?