Hamza Khan

Results 2 comments of Hamza Khan

I don't think that you need to put a retry loop around calls to `SuccessResponse.retrieve_result()` or `SuccessResponse.retrieve_resulting_action()` or while accessing the `SuccessResponse..id` property because they internally have a retry mechanism...

Yes, that's correct. We changed it to this implementation in https://github.com/opsgenie/opsgenie-python-sdk/pull/16 from the one where it was retrying for only some specific scenarios. And now, I am questioning the decision...