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

Dynamically choose per-process concurrency for supported processes #14184

Merged
merged 6 commits into from Jan 24, 2022

Commits on Jan 24, 2022

  1. Extract BoundedCommandRunner to its own file, and inline "AsyncSemaph…

    …ore", since it will require further specialization.
    
    [ci skip-build-wheels]
    stuhood committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    308149e View commit details
    Browse the repository at this point in the history
  2. Implement periodic balancing to re-schedule preemptible tasks which a…

    …re overcommitted.
    
    [ci skip-build-wheels]
    stuhood committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    a19e0fd View commit details
    Browse the repository at this point in the history
  3. Expose concurrency_available to Python.

    [ci skip-build-wheels]
    stuhood committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    c3d27bd View commit details
    Browse the repository at this point in the history
  4. Use concurrency_available in some concurrency-aware processes.

    [ci skip-build-wheels]
    
    [ci skip-rust]
    stuhood committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    176cc43 View commit details
    Browse the repository at this point in the history
  5. Review feedback.

    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    stuhood committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    ae7a608 View commit details
    Browse the repository at this point in the history
  6. Review feedback.

    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    stuhood committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    16efefc View commit details
    Browse the repository at this point in the history