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

[batch] Create Work Item Scheduler #3

Open
pdames opened this issue Mar 9, 2022 · 1 comment
Open

[batch] Create Work Item Scheduler #3

pdames opened this issue Mar 9, 2022 · 1 comment

Comments

@pdames
Copy link
Member

pdames commented Mar 9, 2022

The Ray Work Item Scheduler takes work items from the batch FnApiRunner's topological scheduler as input, and submits them for execution as Ray worker tasks. Its design should be based on the FnApiRunner's WorkerHandlerManager.

Ray worker tasks should be based on Beam's EmbeddedPythonWorker and other worker handlers. Each Ray worker task takes a ProcessBundleRequest proto to execute, and stores/retrieves its state as object references in the central Pipeline State Manager.

@pdames
Copy link
Member Author

pdames commented Mar 9, 2022

This work is required as part of #2

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

No branches or pull requests

1 participant