pulumi/pkg/util
Matt Ellis 50843a98c1 Retry some HTTP operations
We've seen failures in CI where DNS lookups fail which cause our
operations against the service to fail, as well as other sorts of
timeouts.

Add a set of helper methods in a new httputil package that helps us do
retries on these operations, and then update our client library to use
them when we are doing GET requests. We also provide a way for non GET
requests to be retried, and use this when updating a lease (since it
is safe to retry multiple requests in this case).
2018-04-11 14:58:25 -07:00
..
archive Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
cmdutil Switch to a resource-progress oriented view for pulumi preview/update/destroy (#1116) 2018-04-10 12:03:11 -07:00
contract Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
convutil Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
fsutil Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
httputil Retry some HTTP operations 2018-04-11 14:58:25 -07:00
mapper Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
retry Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
rpcutil Improve the error message arising from missing required configs for resource providers (#1097) 2018-04-04 10:08:17 -07:00
testutil Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00