rrq_worker_delete_exited: Clean up exited workers

View source: R/rrq_workers.R

rrq_worker_delete_exitedR Documentation

Clean up exited workers

Description

Cleans up workers known to have exited

Usage

rrq_worker_delete_exited(worker_ids = NULL, controller = NULL)

Arguments

worker_ids

Optional vector of worker ids. If NULL then rrq looks for exited workers using rrq_worker_list_exited(). If given, we check that the workers are known and have exited.

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 workers that were deleted


mrc-ide/rrq documentation built on April 25, 2024, 11:59 p.m.