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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit parallel file reads to prevent "EMFILE: too many open files" error #4170

Merged
merged 7 commits into from Jul 9, 2021

Commits on Jul 6, 2021

  1. Added maxParallelFileReads.

    schummar committed Jul 6, 2021
    Copy the full SHA
    22164ac View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Copy the full SHA
    7f502fc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3670167 View commit details
    Browse the repository at this point in the history
  3. Added tests for queue.

    schummar committed Jul 7, 2021
    Copy the full SHA
    6e63ba6 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Updated tests

    schummar committed Jul 8, 2021
    Copy the full SHA
    970e762 View commit details
    Browse the repository at this point in the history
  2. Added docs.

    schummar committed Jul 8, 2021
    Copy the full SHA
    7cdc7b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Fix test on Windows

    lukastaegert committed Jul 9, 2021
    Copy the full SHA
    4891c10 View commit details
    Browse the repository at this point in the history