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

[python] Avoid creating unused ThreadPools #1387

Merged
merged 3 commits into from Nov 8, 2018
Merged

Commits on Nov 6, 2018

  1. Avoid creating unused ThreadPools

    Instead, create ApiClient.pool on first request for .pool property.
    
    avoids spawning n-cpus threads (the default for ThreadPool) at instantiation of every ApiClient
    minrk authored and wing328 committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    88f0549 View commit details
    Browse the repository at this point in the history
  2. update doc

    wing328 committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    b71cd11 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. set pool_thread to None

    wing328 committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    a018fd1 View commit details
    Browse the repository at this point in the history