wait_for_task: Wait for matching service task to complete

Description Usage Arguments

View source: R/finmatchr.R

Description

This function checks the status of a matching service task, returning when complete.

Usage

1
wait_for_task(base_url, tid, sleep = 1, max = 600, quiet = T)

Arguments

base_url

A character string specifying the base URL of the matching service api.

tid

A character string specifying the task UUID.

sleep

An integer specifying the number of seconds to pause between status checks.

quiet

A boolean specifying whether the function should (not) output progress.


dylanirion/finmatchr documentation built on Nov. 23, 2021, 4:53 a.m.