pulumi/pkg
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
..
apitype Add more tags to stacks; replace tags on stack update (#1134) 2018-04-09 09:31:46 -07:00
backend Retry some HTTP operations 2018-04-11 14:58:25 -07:00
diag Switch to a resource-progress oriented view for pulumi preview/update/destroy (#1116) 2018-04-10 12:03:11 -07:00
encoding Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
engine Switch to a resource-progress oriented view for pulumi preview/update/destroy (#1116) 2018-04-10 12:03:11 -07:00
graph Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
operations Don't cache AWS sessions with different credentials 2018-04-09 16:57:27 -07:00
resource Retry some HTTP operations 2018-04-11 14:58:25 -07:00
testing Ensure that we create legal stack names for integration tests. (#1152) 2018-04-11 12:17:31 -07:00
tokens Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
tools Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
util Retry some HTTP operations 2018-04-11 14:58:25 -07:00
version Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
workspace Show correct plugin sizes (#1137) 2018-04-09 12:51:32 -07:00