bs_search retry options
bs_retry_options(
pause_base = 1,
pause_cap = 60,
pause_min = 1,
times = 3,
terminate_on = NULL,
retry_only_on = NULL,
onwait = NULL
)basis, maximum, and minimum for calculating wait time for retry.
the maximum number of times to retry.
a vector of HTTP status codes.
a callback function if the request will be retried and a wait time is being applied.
a named list with the parameters given to this function
see crul::HttpClient for more detailed explanation of these parameters