Mercurial > hg > cc > azure
view master/bin/wakeWorker.sh @ 65:e1f61f94b196
switch to curl->file, enable retries
| author | Henry S. Thompson <ht@markup.co.uk> |
|---|---|
| date | Thu, 04 Jun 2020 12:08:29 +0000 |
| parents | 1099246f22b6 |
| children |
line wrap: on
line source
# Usage . wakeWorker.sh name # Resurrect a worker cluster that was deallocated set -e -o pipefail name=$1 echo restarting... az vmss restart -g cc -n $name . bindWorkerVars.sh $name
