rrq_worker_list: List active workers

View source: R/rrq_workers.R

rrq_worker_listR Documentation

List active workers

Description

Returns the ids of active workers. This does not include exited workers; use rrq_worker_list_exited() for that.

Usage

rrq_worker_list(controller = NULL)

Arguments

controller

The controller to use. If not given (or NULL) we'll use the controller registered with rrq_default_controller_set().

Value

A character vector of worker names

Examples


obj <- rrq_controller("rrq:example")
rrq_worker_list(controller = obj)


richfitz/rrq documentation built on July 15, 2024, 8:12 p.m.