[Core] Add submission job proto changes#60857
Conversation
Signed-off-by: sampan <sampan@anyscale.com>
There was a problem hiding this comment.
Code Review
This pull request successfully introduces new protobuf definitions for 'Submission Job Events', including both definition and lifecycle events. The changes correctly integrate these new event types into the existing Ray event system by updating the BUILD.bazel file, events_base_event.proto, and the Python publisher configuration. The new proto messages are well-structured and align with the existing event patterns.
Signed-off-by: sampan <sampan@anyscale.com>
|
This pull request has been automatically marked as stale because it has not had You can always ask for help on our discussion forum or Ray's public slack channel. If you'd like to keep this open, just leave any comment, and the stale label will be removed. |
|
not stale |
|
merge conflicts @sampan-s-nayak |
Signed-off-by: Sampan S Nayak <sampansnayak2@gmail.com>
|
resolved conflicts @edoakes |
introduce a new one-event event type "Submission job events" --------- Signed-off-by: sampan <sampan@anyscale.com> Signed-off-by: Sampan S Nayak <sampansnayak2@gmail.com> Co-authored-by: sampan <sampan@anyscale.com> Signed-off-by: Pedro Jeronimo <pedro.jeronimo@tecnico.ulisboa.pt>
introduce a new one-event event type "Submission job events" --------- Signed-off-by: sampan <sampan@anyscale.com> Signed-off-by: Sampan S Nayak <sampansnayak2@gmail.com> Co-authored-by: sampan <sampan@anyscale.com>
introduce a new one-event event type "Submission job events"