execute_command_with_retry {FaaSr} | R Documentation |
execute_command_with_retry
Description
check if aws command run successfully, and retry
Usage
execute_command_with_retry(
function_name,
function_image_url,
cred,
current_lambda_instance,
max_retries = 3,
sleep_seconds = 5
)
Arguments
function_name |
a string for the function name |
function_image_url |
a string for FaaSr container image uri |
cred |
a list form of the credentials |
current_lambda_instance |
a list form of current Lambda server information: id, keys, region |
max_retries |
a integer for the number of maximum tries |
sleep_seconds |
a integer for the time for sleep between retries |
Value
a logical value
[Package FaaSr version 1.4.4 Index]