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

Feat 46 hpc endpoint #54

Merged
merged 4 commits into from
Oct 12, 2023
Merged

Feat 46 hpc endpoint #54

merged 4 commits into from
Oct 12, 2023

Conversation

jtyoung84
Copy link
Contributor

Closes #46

  • Adds a pydantic model which is copied from the open api swagger doc (most of the lines of code are from this)
  • Adds method in the hpc client to submit to the hpc rest api endpoint the HpcJobSubmissionSettings
  • Adds an endpoint in the service to allow a user to submit hpc settings along with the upload job settings
  • Doesn't add a UI for the hpc configs yet
  • Allows defining QOS as environment variable to allow for production to be given higher priority in the job queue
  • Alters the defaults in the basic job to allow for smaller jobs to request less time and resources, thereby allowing them to run when those resources are available

@jtyoung84 jtyoung84 merged commit 02cbb82 into main Oct 12, 2023
3 checks passed
@jtyoung84 jtyoung84 deleted the feat-46-hpc-endpoint branch October 12, 2023 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add api endpoint to allow someone to post hpc configs
2 participants