-
Notifications
You must be signed in to change notification settings - Fork 611
Open
5 / 75 of 7 issues completedOpen
5 / 75 of 7 issues completed
Copy link
Labels
Description
Search before asking
- I had searched in the issues and found no similar feature requirement.
Description
-
Startup time
- Light-weight job submitter.
-
Stabiility (avoid cross Pod communication) and resource efficiency
- [Done] Consider injecting an application container for job submission in Ray head Pod. ([Feature] Add Sidecar Mode in Ray Job to avoid cross pod communication #3928)
- [Won't do] Provide an option that use HTTPMode to create a RayJob and create a submitter to tail logs when the job is in terminal state. ([Feature] RayJob use HTTP Mode to submit and create a K8s job to tail log #3927 (comment))
-
Performance
- Verify multi-threading reconciler stability.
- Provide configurations for users to configure the frequency to query Ray dashboard instead of sending requests for every reconciliation.
- Create a background goroutine pool that queries the Ray Dashboard for job statuses and caches the results.
-
Benchmark: Create multiple RayJob CRs and each one require autoscaling.
Use case
No response
Related issues
No response
Are you willing to submit a PR?
- Yes I am willing to submit a PR!
Future-Outlier