Azure / doAzureParallel

A R package that allows users to submit parallel workloads in Azure
MIT License
107 stars 50 forks source link

Fix: Waiting for an autoscale cluster of 0 nodes #337

Closed brnleehng closed 5 years ago

brnleehng commented 5 years ago

An autoscale cluster can have 0 targeted nodes.

Error in waitForNodesToComplete(poolConfig$name, 60000) : Pool count needs to be greater than 0.

333