retry
This commit is contained in:
parent
45dfb1beb3
commit
3df63469e6
|
@ -87,6 +87,7 @@ def process_options(options, client_id):
|
||||||
return data
|
return data
|
||||||
|
|
||||||
|
|
||||||
|
@retry(stop_max_attempt_number=5, wait_fixed=1000)
|
||||||
def get_client_id(my_response, organization):
|
def get_client_id(my_response, organization):
|
||||||
"""
|
"""
|
||||||
Helper function for parsing responses from the Entrust API.
|
Helper function for parsing responses from the Entrust API.
|
||||||
|
|
Loading…
Reference in New Issue