API you use fails. (returns 500 error)
Error handling/retry of HTTP call vs error handling/retry of 3rd party API call
goals
how to retry api calls
how to make sure it does not go over the create limit when retry and async
why do I need another try except around the func call?
what should the correct behavior be when an error occurs?