Description Usage Arguments Value Examples
List workers
1 2 3 4 5 6 | workerList(
refresh = TRUE,
workername = NULL,
status = FALSE,
url = getFlowerURL()
)
|
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 |
List of workers containing worker information
1 2 3 4 | workerList()
workerList(refresh=FALSE)
workerList(status=TRUE) # only print worker status
workerList(workername="celery@d2b3d2b64077")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.