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 the option to specify the scheduler on pipeline.compute() in addition to pipeline.get()? #102

Closed
nvaytet opened this issue Jan 17, 2024 · 0 comments · Fixed by #103
Closed

Comments

@nvaytet
Copy link
Member

nvaytet commented Jan 17, 2024

Currently, if I want to compute a result using a custom scheduler, I have to do

pipeline.get(Result, scheduler=my_scheduler).compute()

It would be nice if we could do the shorthand

pipeline.compute(Result, scheduler=my_scheduler)`
@nvaytet nvaytet changed the title Add the option to specify the scheduler on pipeline.compute in addition to pipeline.get()? Add the option to specify the scheduler on pipeline.compute() in addition to pipeline.get()? Jan 17, 2024
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 a pull request may close this issue.

1 participant