rrq_worker_wait | R Documentation |
Wait for workers to appear.
rrq_worker_wait(
worker_ids,
timeout = Inf,
time_poll = 0.2,
is_dead = NULL,
fetch_logs = NULL,
progress = NULL,
controller = NULL
)
worker_ids |
A vector of worker ids to wait for |
timeout |
Timeout in seconds; default is to wait forever |
time_poll |
Poll interval, in seconds. Must be an integer |
is_dead |
Optionally, a function which should accept zero
arguments and return a logical vector along |
fetch_logs |
Optionally, a function which should accept a
single worker identifier and return a character vector of logs
(or |
progress |
Optional logical indicating if a progress bar
should be displayed. If |
controller |
The controller to use. If not given (or |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.