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

Mechanism for grouped Task execution #871

Closed
andrewkaufman opened this issue Jun 18, 2014 · 0 comments
Closed

Mechanism for grouped Task execution #871

andrewkaufman opened this issue Jun 18, 2014 · 0 comments
Assignees
Labels
core Issues with core Gaffer functionality
Milestone

Comments

@andrewkaufman
Copy link
Contributor

Clumping is an organizational thing, doing several tasks at once for efficiency. It's quite dependent on what each ExecutableNode is doing, which seems to suggest it should be a per-node setting rather than a global one.

The Despatcher needs to implement clumping internally by making "super tasks" which contain each task in the clump - then anything that depended on one of those tasks now depends on the "super task" instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Issues with core Gaffer functionality
Projects
None yet
Development

No branches or pull requests

1 participant