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 a network processing scheduler #2

Open
Talendar opened this issue Feb 1, 2021 · 0 comments
Open

Add a network processing scheduler #2

Talendar opened this issue Feb 1, 2021 · 0 comments
Assignees
Labels
comp:processing Issues related to processing schedulers type:feature New feature or request

Comments

@Talendar
Copy link
Owner

Talendar commented Feb 1, 2021

Feature:

A processing scheduler (subclass of ProcessingScheduler) capable of assigning work to different machines on a network. The RayProcessingScheduler seems to be able to do that to some extent, but, although I could make it work on a local network, I was unable to use it to split the processing among computers in the Internet.

The network processing scheduler must be able to manage other processing schedulers (workers), each of which is in a different machine.

@Talendar Talendar added type:feature New feature or request comp:processing Issues related to processing schedulers labels Feb 1, 2021
@Talendar Talendar self-assigned this Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:processing Issues related to processing schedulers type:feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant