rrq_worker_load: Report on worker load

View source: R/rrq_workers.R

rrq_worker_loadR Documentation

Report on worker load

Description

Report on worker "load" (the number of workers being used over time). Reruns an object of class worker_load, for which a mean method exists (this function is a work in progress and the interface may change).

Usage

rrq_worker_load(worker_ids = NULL, controller = NULL)

Arguments

worker_ids

Optional vector of worker ids. If NULL then all active workers are used.

controller

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

Value

An object of class "worker_load", which has a pretty print method.


richfitz/rrq documentation built on April 25, 2024, 11:14 a.m.