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

Try to fix Elastic connection pooling issues #5763

Merged
merged 4 commits into from Jun 4, 2019

Commits on Jun 3, 2019

  1. Try to fix Elastic connection pooling issues

    This creates a new connection on every request,
    hopefully working around the issues with the connection pool.
    This will go out on 1 web and see if it resolves the issues at all.
    ericholscher committed Jun 3, 2019
    Copy the full SHA
    7b02ee9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1c2d14d View commit details
    Browse the repository at this point in the history
  3. Fix lint

    ericholscher committed Jun 3, 2019
    Copy the full SHA
    df39d67 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. Log exceptions when being unable to delete ES things

    This is a common case I believe,
    but I'm not quite sure until I get more data.
    ericholscher committed Jun 4, 2019
    Copy the full SHA
    c9a1752 View commit details
    Browse the repository at this point in the history