busy_poll_job {zoltr} | R Documentation |
Poll job's status
Description
A convenience function that polls the passed Job's status waiting for either FAILED, TIMEOUT, or SUCCESS.
Usage
busy_poll_job(zoltar_connection, job_url, verbose = TRUE)
Arguments
zoltar_connection |
A |
job_url |
URL of a valid job in zoltar_connection |
verbose |
if TRUE, print messages on job status poll |
Examples
## Not run:
busy_poll_job(conn, "http://example.com/api/job/2/")
## End(Not run)
[Package zoltr version 1.0.1 Index]