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

[Serve] Use Async Handle for DAG Execution #27411

Merged
merged 22 commits into from
Aug 7, 2022

Commits on Aug 3, 2022

  1. wip async handle for dag execution

    Signed-off-by: simon-mo <simon.mo@hey.com>
    simon-mo committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    f307797 View commit details
    Browse the repository at this point in the history
  2. allow gather

    Signed-off-by: simon-mo <simon.mo@hey.com>
    simon-mo committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    89772db View commit details
    Browse the repository at this point in the history
  3. wip

    Signed-off-by: simon-mo <simon.mo@hey.com>
    simon-mo committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    0ad1f66 View commit details
    Browse the repository at this point in the history
  4. handle multiple await

    Signed-off-by: simon-mo <simon.mo@hey.com>
    simon-mo committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    1518f20 View commit details
    Browse the repository at this point in the history
  5. unused import

    Signed-off-by: simon-mo <simon.mo@hey.com>
    simon-mo committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    e67cc13 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of github.com:ray-project/ray into serve/async-dag

    Signed-off-by: simon-mo <simon.mo@hey.com>
    simon-mo committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    fa0bb37 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. comments

    Signed-off-by: simon-mo <simon.mo@hey.com>
    simon-mo committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    4429d54 View commit details
    Browse the repository at this point in the history
  2. lint

    Signed-off-by: simon-mo <simon.mo@hey.com>
    simon-mo committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    ed219a6 View commit details
    Browse the repository at this point in the history
  3. new line

    Signed-off-by: simon-mo <simon.mo@hey.com>
    simon-mo committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    53748f0 View commit details
    Browse the repository at this point in the history
  4. fix

    Signed-off-by: simon-mo <simon.mo@hey.com>
    simon-mo committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    94c5c5f View commit details
    Browse the repository at this point in the history
  5. change objects to list again

    Signed-off-by: simon-mo <simon.mo@hey.com>
    simon-mo committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    644dbaa View commit details
    Browse the repository at this point in the history
  6. fix list

    Signed-off-by: simon-mo <simon.mo@hey.com>
    simon-mo committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    2850bb9 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. minor grammar

    Signed-off-by: simon-mo <simon.mo@hey.com>
    simon-mo committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    bf7b589 View commit details
    Browse the repository at this point in the history
  2. wip

    Signed-off-by: simon-mo <simon.mo@hey.com>
    simon-mo committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    f9e5441 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. wip

    Signed-off-by: simon-mo <simon.mo@hey.com>
    simon-mo committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    9514826 View commit details
    Browse the repository at this point in the history
  2. pass tests!

    Signed-off-by: simon-mo <simon.mo@hey.com>
    simon-mo committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    3c74dde View commit details
    Browse the repository at this point in the history
  3. rename RayServeLazyAsyncHandle -> RayServeDeploymentHandle

    Signed-off-by: simon-mo <simon.mo@hey.com>
    simon-mo committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    564aeb9 View commit details
    Browse the repository at this point in the history
  4. feature flag old behavior as escape hatch

    Signed-off-by: simon-mo <simon.mo@hey.com>
    simon-mo committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    862ac79 View commit details
    Browse the repository at this point in the history
  5. lint

    Signed-off-by: simon-mo <simon.mo@hey.com>
    simon-mo committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    370166f View commit details
    Browse the repository at this point in the history
  6. split the doc change

    Signed-off-by: simon-mo <simon.mo@hey.com>
    simon-mo committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    aaf7957 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' of github.com:ray-project/ray into serve/async-dag

    Signed-off-by: simon-mo <simon.mo@hey.com>
    simon-mo committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    1636da9 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

  1. fix tests

    Signed-off-by: simon-mo <simon.mo@hey.com>
    simon-mo committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    c401823 View commit details
    Browse the repository at this point in the history