exponential_backoff_retry: Retry a Function With Exponential Backoff

Description Usage Arguments Value

Description

This function is an internal helper that will retry a function will exponential wait times in case there are issues with the API

Usage

1
exponential_backoff_retry(expr, n = 3, verbose=FALSE)

Arguments

expr

an expression to be evaluated with exponential backoff

n

an integer or number indicating the number of times to execute the function before completely failing

verbose

a logical indicating whether to print messages when invoking the retry attempts

Value

the result of the evaluated expression


ReportMort/roas documentation built on May 9, 2019, 9:45 a.m.