Adding retries to install-ssmsmin and install-sqltoolsservice for download/install failures (#6880)

* Changes to enable retry for Service downloader.
* removing 'enabled' flag from the "retry" config.
*  use 0.1.7 release of service-downloader which enables the retry feature.
This commit is contained in:
Arvind Ranasaria
2019-08-23 09:32:06 -07:00
committed by GitHub
parent 658cf51887
commit bb4248c459
5 changed files with 35 additions and 8 deletions

View File

@@ -8,5 +8,12 @@
"installDirectory": "ssmsmin/{#platform#}/{#version#}",
"executableFiles": [
"SsmsMin.exe"
]
}
],
"retry": {
"retries": 15,
"factor": 2,
"minTimeout": 1000,
"maxTimeout": 300000,
"randomize": false
}
}