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

Task batching #3909

Draft
wants to merge 16 commits into
base: master
Choose a base branch
from
Draft

Task batching #3909

wants to merge 16 commits into from

Commits on May 2, 2023

  1. Add initial task groups

    Signed-off-by: Ben Sherman <bentshermann@gmail.com>
    bentsherman committed May 2, 2023
    Configuration menu
    Copy the full SHA
    2f01b98 View commit details
    Browse the repository at this point in the history
  2. Update task group to delegate to each child task directory

    Signed-off-by: Ben Sherman <bentshermann@gmail.com>
    bentsherman committed May 2, 2023
    Configuration menu
    Copy the full SHA
    c3b7d57 View commit details
    Browse the repository at this point in the history
  3. Ignore errors in wrapper script, update docs

    Signed-off-by: Ben Sherman <bentshermann@gmail.com>
    bentsherman committed May 2, 2023
    Configuration menu
    Copy the full SHA
    e3a88ea View commit details
    Browse the repository at this point in the history
  4. Create TaskGroup subclass

    Signed-off-by: Ben Sherman <bentshermann@gmail.com>
    bentsherman committed May 2, 2023
    Configuration menu
    Copy the full SHA
    7a51357 View commit details
    Browse the repository at this point in the history
  5. Testing support for AWS Batch and Google Batch

    Signed-off-by: Ben Sherman <bentshermann@gmail.com>
    bentsherman committed May 2, 2023
    Configuration menu
    Copy the full SHA
    d11e6b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    97a2146 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Add improvements from array job PR

    Signed-off-by: Ben Sherman <bentshermann@gmail.com>
    bentsherman committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    5b8be33 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    d0fe895 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Merge branch 'master' into 2527-task-grouping

    Signed-off-by: Ben Sherman <bentshermann@gmail.com>
    bentsherman committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    c0e097d View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Rename task group -> task batch

    Signed-off-by: Ben Sherman <bentshermann@gmail.com>
    bentsherman committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    4512165 View commit details
    Browse the repository at this point in the history
  2. Add parallel option

    Signed-off-by: Ben Sherman <bentshermann@gmail.com>
    bentsherman committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    6dcf04c View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Merge branch 'master' into 2527-task-grouping

    Signed-off-by: Ben Sherman <bentshermann@gmail.com>
    bentsherman committed May 8, 2024
    Configuration menu
    Copy the full SHA
    60af6b4 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Resolve upstream updates

    Signed-off-by: Ben Sherman <bentshermann@gmail.com>
    bentsherman committed May 10, 2024
    Configuration menu
    Copy the full SHA
    36d5a15 View commit details
    Browse the repository at this point in the history
  2. fix bug

    Signed-off-by: Ben Sherman <bentshermann@gmail.com>
    bentsherman committed May 10, 2024
    Configuration menu
    Copy the full SHA
    10d0735 View commit details
    Browse the repository at this point in the history
  3. Fix failing test

    Signed-off-by: Ben Sherman <bentshermann@gmail.com>
    bentsherman committed May 10, 2024
    Configuration menu
    Copy the full SHA
    8ed6e4a View commit details
    Browse the repository at this point in the history
  4. Factor out abstract TaskCollector

    Signed-off-by: Ben Sherman <bentshermann@gmail.com>
    bentsherman committed May 10, 2024
    Configuration menu
    Copy the full SHA
    9ad9742 View commit details
    Browse the repository at this point in the history