-
Notifications
You must be signed in to change notification settings - Fork 1
WIP: API to Create and Get Job Status #74
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
Conversation
Signed-off-by: redpinecube <[email protected]>
Signed-off-by: redpinecube <[email protected]>
Signed-off-by: redpinecube <[email protected]>
blobcode
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm for mvp at least, please just clean up the binary / add to .gitignore
src/mist
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove this
|
@GaminRick7 @elwincheng can you merge in? |
|
@ambroseling @KCui0327 @redpinecube please review; need to merge this into main atp. |
ambroseling
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed look good to me
Add Job Creation and Status Query API
/jobs: Create a job with JSON payload, returns job ID/jobs/status?id=<job_id>: Query job status by IDImplementation:
Scheduler.Enqueue()to accept GPU requirements and return job IDGetJobStatus()andUpdateJobStatus()to StatusRegistryStill To-Do: