Sometimes Docker methods fail because of network and similar issues. At the moment, I need to wrap every method invocation with a retry logic. What would be nice if there was a way to declare global retry logic for idempotent actions.
Sometimes Docker methods fail because of network and similar issues.
At the moment, I need to wrap every method invocation with a retry logic.
What would be nice if there was a way to declare global retry logic for idempotent actions.