Learn R Programming

doRedis (version 3.0.2)

tasks: List running doRedis tasks

Description

List running doRedis tasks

Usage

tasks(queue = "*", id = "*")

Value

a data frame listing jobs by row with variables queue, id, user, coordinator, time, iter, host, pid (see Note)

Arguments

queue

List jobs for the specified queue, or set to "*" to list jobs for all queues

id

List tasks for the specified job id, or set to "*" to list tasks for all job ids