Returns a list of information about active workers (or exited
workers if worker_ids includes them).
Arguments
- worker_ids
Optional vector of worker ids. If
NULLthen all active workers are used.- controller
The controller to use. If not given (or
NULL) we'll use the controller registered withrrq_default_controller_set().
Examples
if (FALSE) { # rrq:::enable_examples(require_queue = "rrq:example")
obj <- rrq_controller("rrq:example")
rrq_worker_info(controller = obj)
}