philips-software / powershell-cf-api

PowerShell module can deploy and teardown CloudFoundry spaces and services via a json definition file
MIT License
5 stars 6 forks source link

Add retry #4

Closed marklindell closed 5 years ago

marklindell commented 5 years ago

CF was sometimes returning non 2xx status codes. Retrys have been added to all Invoke-WebRequest calls for reliability.