waitForNodesToComplete: Polling method to check status of cluster boot up

Description Usage Arguments Examples

View source: R/utility.R

Description

Polling method to check status of cluster boot up

Usage

1
waitForNodesToComplete(poolId, timeout = 86400)

Arguments

poolId

The cluster name to poll for

timeout

Timeout in seconds, default timeout is one day

Examples

1
2
3
4
## Not run: 
waitForNodesToComplete(poolId = "testCluster", timeout = 3600)

## End(Not run)

Azure/doAzureParallel documentation built on May 22, 2021, 4:39 a.m.