예제 #1
0
 def __init__(self, *args, **kwargs):
     """
     Initialize a document and decorate the appropriate methods with the retry_decorator.
     """
     super(AutoRetryDocument, self).__init__(*args, **kwargs)
     UnsafeRetry.decorate_instance(instance=self, full_name=type(self))
예제 #2
0
 def __init__(self, *args, **kwargs):
     """
     Initialize a document and decorate the appropriate methods with the retry_decorator.
     """
     super(AutoRetryDocument, self).__init__(*args, **kwargs)
     UnsafeRetry.decorate_instance(instance=self, full_name=type(self))