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

Added request cache and queue to AWS provider and use it from variable resolution #4518

Merged
merged 2 commits into from
Dec 6, 2017

Commits on Dec 5, 2017

  1. Added request cache and queue to AWS provider

    Make sure that requests are throttled. Use a queue for the requests.
    
    Added new expected parameter to request() call in variables test
    
    Added request cache tests
    Check that request is indeed called 1000 times
    
    Cache promises, not values
    
    Use request cache for AWS variable requests
    
    Use fromCallback instead of "new Promise" anti-pattern.
    
    Added request cache to AWS provider
    Frank Schmid committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    5526802 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cd604c View commit details
    Browse the repository at this point in the history