adding retry statements to `Subject.find`
Closed this issue · 2 comments
scottcoughlin2014 commented
It would be nice to have retrys for Subject.find
for HTTP >=500
responses like there is for SubjectSet.add
adammcmaster commented
@scottcoughlin2014 Thanks for the suggestion! I decided to just go all in and add a retry for all GET requests.
scottcoughlin2014 commented
thansk @adammcmaster !!