rrq_task_info: Fetch task information

View source: R/rrq_task.R

rrq_task_infoR Documentation

Fetch task information

Description

Fetch information about a task. This currently includes information about where a task is (or was) running and information about any retry chain, but will expand in future. The format of the output here is subject to change (and will probably get a nice print method) but the values present in the output will be included in any future update.

Usage

rrq_task_info(task_id, controller = NULL)

Arguments

task_id

A single task identifier

controller

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

Value

A list, format currently subject to change


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