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

Expose the lower level scheduler API #888

Open
feribg opened this issue Oct 5, 2023 · 0 comments
Open

Expose the lower level scheduler API #888

feribg opened this issue Oct 5, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@feribg
Copy link

feribg commented Oct 5, 2023

I was reading through examples and source but there doesn't seem to be a very obvious way to interact with the scheduler.

Since currently there dont seem to be any good distributed computing libraries in the rust ecosystem and ray has no plans to offer official rust support, it would be a very nice addition to be able to interact with the underlying tasks in 2 main ways:

  • Submit tasks to the scheduler in the form of runnable rust code (even if for now the DAG is ignored)
  • be able to levelrage the data distribution to allow shared data to be handled by the tasks.

maybe there is already a straightforward way to do that in which case im happy to close this and contribute to the docs.

@feribg feribg added the enhancement New feature or request label Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant