You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, when working with UPenn's GSR API, the requests unexpectedly fail, and we don't account for that case. Ideally, we should catch the error and try again, and if it fails a second time, propagate the error upwards and return a useful response to our users.
The text was updated successfully, but these errors were encountered:
tuneerroy
changed the title
[Django + Python
[Django + Python] Handling GSR API Failure
Sep 11, 2023
Sometimes, when working with UPenn's GSR API, the requests unexpectedly fail, and we don't account for that case. Ideally, we should catch the error and try again, and if it fails a second time, propagate the error upwards and return a useful response to our users.
The text was updated successfully, but these errors were encountered: