rrq_worker_process_log: Read worker process log

View source: R/rrq_workers.R

rrq_worker_process_logR Documentation

Read worker process log

Description

Return the contents of a worker's process log, if it is located on the same physical storage (including network storage) as the controller. This will generally behave for workers started with rrq_worker_spawn but may require significant care otherwise.

Usage

rrq_worker_process_log(worker_id, controller = NULL)

Arguments

worker_id

The worker id for which the log is required

controller

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


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