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

Break up too large assignments #54

Open
guidow opened this issue May 21, 2014 · 2 comments
Open

Break up too large assignments #54

guidow opened this issue May 21, 2014 · 2 comments

Comments

@guidow
Copy link
Contributor

guidow commented May 21, 2014

The agents needs notice when an assignment is too large for its jobtype and automatically break it up into smaller assignments when that happens.

This is especially important for jobs that don't support batching.

@guidow guidow added this to the 0.8.1 milestone May 21, 2014
@opalmer
Copy link
Member

opalmer commented May 27, 2014

By ...too large for its jobtype... I assume you mean something along the lines of a job type that can only process two tasks but the assignment includes four (so we have to break it up)?

@guidow
Copy link
Contributor Author

guidow commented May 28, 2014

Yes, something like that, although I was thinking more of jobtypes that don't support batching at all (i.e. max_batch == 1).

@opalmer opalmer modified the milestone: 0.8.1 Jan 9, 2015
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