zooniverse/panoptes-python-client

adding retry statements to `Subject.find`

Closed this issue · 2 comments

It would be nice to have retrys for Subject.find for HTTP >=500 responses like there is for SubjectSet.add

@scottcoughlin2014 Thanks for the suggestion! I decided to just go all in and add a retry for all GET requests.