rrq_worker_task_id: Current task id for workers

View source: R/rrq_workers.R

rrq_worker_task_idR Documentation

Current task id for workers

Description

Returns the task id that each worker is working on, if any.

Usage

rrq_worker_task_id(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

A character vector, NA where nothing is being worked on, otherwise corresponding to a task id.


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