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

add python protos #1

Merged
merged 1 commit into from
Feb 13, 2024
Merged

add python protos #1

merged 1 commit into from
Feb 13, 2024

Conversation

vsoch
Copy link
Member

@vsoch vsoch commented Feb 13, 2024

Problem: we want to be able to spin up a little app in a flux instance via python bindings, and need a way to query the rainbow scheduler with the same grpc
Solution: python grpc bindings! These work to register and submit a job, so next I need to write the logic to poll and receive them.

Note I also fixed a bug with checking the count for a query - we need to not look at rows affected, but instead do the Query and then get the result. A query that selects and does a count does not change any rows!

Problem: we want to be able to spin up a little app in
a flux instance via python bindings, and need a way
to query the rainbow scheduler with the same grpc
Solution: python grpc bindings! These work to register
and submit a job, so next I need to write the logic
to poll and receive them.

Signed-off-by: vsoch <vsoch@users.noreply.github.com>
@vsoch vsoch merged commit c97b3c8 into main Feb 13, 2024
@vsoch vsoch deleted the add-python-protos branch February 13, 2024 05:02
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.

1 participant