DIAGNijmegen / rse-gcapi

Python client for the grand-challenge.org API
Apache License 2.0
2 stars 3 forks source link

Do not retry 500 errors #151

Closed jmsmkn closed 1 year ago

jmsmkn commented 1 year ago

500 errors mean that the request the client is making is definitely bad, and is results in a backend error on Sentry. Right now, if users create such a request it will hammer Grand Challenge and Sentry with errors when the problem is with the clients request.

jmsmkn commented 1 year ago

OK maybe not hammering but it was still 500 events / hour for 2.5 hours from a single user.