rabbah commented on issue #46: Add retry support to every request URL: https://github.com/apache/incubator-openwhisk-client-go/pull/46#issuecomment-348353783 Let?s focus on a specific example where you first observed the 409. You disable a rule. Then you delete the rule. Say the delete succeeds. The disable will fail with a 404. Does it make sense to retry in this case? You?ll have to adjust your test case anyway. If you retry the delete because the disable won the race, you?ll get the test outcome you want. However since this is a race already you have to adjust the test case either way. So can we work through a couple of example so that we can clarify what you?re trying to accomplish?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
