rrq_worker_delete_exited | R Documentation |
Cleans up workers known to have exited. See vignette("fault-tolerance") for more details.
rrq_worker_delete_exited(worker_ids = NULL, controller = NULL)
worker_ids |
Optional vector of worker ids. If |
controller |
The controller to use. If not given (or |
A character vector of workers that were deleted
obj <- rrq_controller("rrq:example")
rrq_worker_delete_exited(controller = obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.