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

[Spot] Let cancel interrupt the spot job (#1414) #1433

Merged
merged 35 commits into from
Nov 22, 2022
Merged

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    c3a8599 View commit details
    Browse the repository at this point in the history
  2. Add test

    Michaelvll committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    169e8b5 View commit details
    Browse the repository at this point in the history
  3. Fix test

    Michaelvll committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    3e8bac6 View commit details
    Browse the repository at this point in the history
  4. Cancel early

    Michaelvll committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    e82d89c View commit details
    Browse the repository at this point in the history
  5. fix test

    Michaelvll committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    c081c60 View commit details
    Browse the repository at this point in the history
  6. fix test

    Michaelvll committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    3441b43 View commit details
    Browse the repository at this point in the history
  7. Fix exceptions

    Michaelvll committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    88f4db5 View commit details
    Browse the repository at this point in the history
  8. pass test

    Michaelvll committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    331fa32 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. increase waiting time

    Michaelvll committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    25c568c View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. address comments

    Michaelvll committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    71a253d View commit details
    Browse the repository at this point in the history
  2. add job id

    Michaelvll committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    5253d5d View commit details
    Browse the repository at this point in the history
  3. remove 'auto' in ray.init

    Michaelvll committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    6e9ba0c View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. Fix serialization problem

    Michaelvll committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    7bffd84 View commit details
    Browse the repository at this point in the history
  2. refactor a bit

    Michaelvll committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    a5e7b20 View commit details
    Browse the repository at this point in the history
  3. Fix

    Michaelvll committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    0b66584 View commit details
    Browse the repository at this point in the history
  4. Add comments

    Michaelvll committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    aa6dd91 View commit details
    Browse the repository at this point in the history
  5. format

    Michaelvll committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    3065fed View commit details
    Browse the repository at this point in the history
  6. pylint

    Michaelvll committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    5f0d801 View commit details
    Browse the repository at this point in the history
  7. revert a format change

    Michaelvll committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    7875d35 View commit details
    Browse the repository at this point in the history
  8. Add docstr

    Michaelvll committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    f7b4f8b View commit details
    Browse the repository at this point in the history
  9. Move ray.init

    Michaelvll committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    3cfa747 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

  1. Configuration menu
    Copy the full SHA
    c140801 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    256d1f9 View commit details
    Browse the repository at this point in the history
  3. Fix logging

    Michaelvll committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    3feb30f View commit details
    Browse the repository at this point in the history
  4. Fix test

    Michaelvll committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    8f469a5 View commit details
    Browse the repository at this point in the history
  5. lint

    Michaelvll committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    ba0f7b7 View commit details
    Browse the repository at this point in the history
  6. Use SIGTERM instead

    Michaelvll committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    af72709 View commit details
    Browse the repository at this point in the history
  7. format

    Michaelvll committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    0556774 View commit details
    Browse the repository at this point in the history
  8. Change exception type

    Michaelvll committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    98db4a6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1338a22 View commit details
    Browse the repository at this point in the history
  10. remove

    Michaelvll committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    76b62fb View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Fix test

    Michaelvll committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    8985d73 View commit details
    Browse the repository at this point in the history
  2. fix test

    Michaelvll committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    d93c5f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. fix test

    Michaelvll committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    832bde1 View commit details
    Browse the repository at this point in the history
  2. typo

    Michaelvll committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    2e3fbe4 View commit details
    Browse the repository at this point in the history