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

Add global http timeout for manager #1548

Merged
merged 2 commits into from
Jan 29, 2021
Merged

Commits on Jan 29, 2021

  1. Add global http timeout for manager

    This was already done in adapter but was missed in manager. Since manager
    calls scaler.IsActive() with 0 timeout, it is erring out with "context
    deadline exceeded" errors when connection latency is high (like prometheus
    scaler trying to contact a prometheus server running in different region)
    
    Signed-off-by: Suresh Kumar Ponnusamy <[email protected]>
    Suresh Kumar Ponnusamy committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    733f2be View commit details
    Browse the repository at this point in the history
  2. Update changelog

    Signed-off-by: Suresh Kumar Ponnusamy <[email protected]>
    Suresh Kumar Ponnusamy committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    15bc751 View commit details
    Browse the repository at this point in the history