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

Improve parallel processing #68

Merged
merged 3 commits into from
Apr 12, 2022

Commits on Nov 2, 2021

  1. Update Dockerfile

    Marcin Kardas committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    41b3f48 View commit details
    Browse the repository at this point in the history
  2. Prevent glutton from hanging for two minutes

    Marcin Kardas committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    fd74782 View commit details
    Browse the repository at this point in the history
  3. Add max number of connections to ES to config

    By default the maximum number of connections per route is set to
    [DEFAULT_MAX_CONN_PER_ROUTE](https://javadoc.io/static/org.elasticsearch.client/elasticsearch-rest-client/7.4.2/org/elasticsearch/client/RestClientBuilder.html#DEFAULT_MAX_CONN_PER_ROUTE) which is 10. I additionally set the maximum number
    of connections for all routes in total to the same value (default is
    [DEFAULT_MAX_CONN_TOTAL](https://javadoc.io/static/org.elasticsearch.client/elasticsearch-rest-client/7.4.2/org/elasticsearch/client/RestClientBuilder.html#DEFAULT_MAX_CONN_TOTAL) = 30). I don't think it makes sense to expose this parameter as well
    in the config file as glutton uses only a single route.
    Marcin Kardas committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    6a8a2d1 View commit details
    Browse the repository at this point in the history