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

Pipeline runner iterates over all completed bundles during warm restart #88

Open
sgiavasis opened this issue Jan 27, 2017 · 0 comments
Open
Assignees
Milestone

Comments

@sgiavasis
Copy link
Contributor

When restarting a run somewhere in the middle, the bundler will create the same bundle distribution as when the pipeline was first run, and will iterate over all of the completed bundles, confirming that they are complete, before getting to the one that needs to be resumed.

This should be changed so that the already completed participants are removed from consideration when putting together the bundles.

@sgiavasis sgiavasis self-assigned this Jan 27, 2017
@sgiavasis sgiavasis added this to the 1.0.9 Release milestone Feb 24, 2017
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