Mercurial > hg > cc > azure
view master/bin/wakeWorker.sh @ 66:b04870ab3035
don't over-count duplicate URIs in multiple properties, produce composite keys instead
author | Henry S. Thompson <ht@markup.co.uk> |
---|---|
date | Thu, 04 Jun 2020 16:10:55 +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