Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caching responses from EC2 #61

Merged
merged 1 commit into from
Sep 4, 2016
Merged

Caching responses from EC2 #61

merged 1 commit into from
Sep 4, 2016

Conversation

hairyhenderson
Copy link
Owner

This is the second half of the fix for #59. Now, repeated calls to ec2* functions will not incur multiple network requests. This probably won't have a big impact on most templates, but it's probably
nice to not bombard the EC2 API with tons of calls...

Fixes #59

Signed-off-by: Dave Henderson dhenderson@gmail.com

Signed-off-by: Dave Henderson <dhenderson@gmail.com>
@hairyhenderson hairyhenderson self-assigned this Sep 4, 2016
@hairyhenderson hairyhenderson merged commit f573abd into master Sep 4, 2016
@hairyhenderson hairyhenderson deleted the 59-cache-responses branch September 4, 2016 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Slow and repeated network calls during ec2 functions
1 participant