workerList: List workers

Description Usage Arguments Value Examples

View source: R/getters.R

Description

List workers

Usage

1
2
3
4
5
6
workerList(
  refresh = TRUE,
  workername = NULL,
  status = FALSE,
  url = getFlowerURL()
)

Arguments

refresh

Boolean: update list of workers

workername

Character: filter info by worker's name

status

Boolean: only get information on worker status

url

Character: Flower URL

Value

List of workers containing worker information

Examples

1
2
3
4
workerList()
workerList(refresh=FALSE)
workerList(status=TRUE) # only print worker status
workerList(workername="celery@d2b3d2b64077")

nuno-agostinho/floweRy documentation built on Dec. 22, 2021, 3:19 a.m.