Returns the ids of active workers. This does not include exited
workers; use rrq_worker_list_exited()
for that.
Arguments
- controller
The controller to use. If not given (or
NULL
) we'll use the controller registered withrrq_default_controller_set()
.
Examples
obj <- rrq_controller("rrq:example")
rrq_worker_list(controller = obj)
#> [1] "exhaustible_umbrette"