charmhelpers.core.decorators

charmhelpers.core.decorators.retry_on_exception(num_retries, base_delay=0, exc_type=<class 'Exception'>)

If the decorated function raises exception exc_type, allow num_retries retry attempts before raise the exception.