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

Incorporate the task priority into breadth scheduling #8

Closed
bloomen opened this issue Jun 10, 2018 · 1 comment
Closed

Incorporate the task priority into breadth scheduling #8

bloomen opened this issue Jun 10, 2018 · 1 comment
Assignees

Comments

@bloomen
Copy link
Owner

bloomen commented Jun 10, 2018

Currently, there are two schedule types: breadth and depth.

breadth is scheduling according to task level and ID. depth is according to ID only.

The task priority is currently unused within transwarp itself but may be used by, e.g., a custom user-defined executor.

Whenever we can detect a tie in the sorting of tasks (i.e. when tasks are on the same level) we should then incorporate the priority for an improved sorting and, hence, scheduling.

breadth scheduling will then be scheduling according to task level, priority, and ID.

@bloomen bloomen changed the title New schedule type that incorporates the task priority Incorporate the task priority into breadth scheduling Jun 10, 2018
@guancodes guancodes self-assigned this Jun 30, 2018
@bloomen
Copy link
Owner Author

bloomen commented Jul 8, 2018

Closing this as won't implement. Priority should be only dealt with by a custom executor.

@bloomen bloomen closed this as completed Jul 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants