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

feat: significantly increase timeout if GCF environment detected #300

Merged
merged 4 commits into from
Feb 24, 2020

Commits on Feb 19, 2020

  1. fix: signficantly increase timeout if GCF environment detected

    By eliminating caching, and creating a large number of concurrent requests, I was able
    to create similar behavior to that described in #798. The root cause seems to be reduced
    network performance when a function is initially deployed.
    
    This PR detects a GCF runtime, based on environment variables, and significantly extends
    network timeouts.
    bcoe committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    4f4427e View commit details
    Browse the repository at this point in the history
  2. chore: flesh out comments

    bcoe committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    7db521a View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2020

  1. chore: address code review

    bcoe committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    244a670 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf7350c View commit details
    Browse the repository at this point in the history