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 server side run estimates. #36

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

KyleSiefring
Copy link
Collaborator

@KyleSiefring KyleSiefring commented Jun 5, 2017

I wouldn't put this into production yet. The broken job canceling breaks the simulation.

I do want to note that with each work refers to its own run elif slot.work.retries < max_retries: could be turned into elif slot.work.retries < max_retries and slot.work.run.status != 'cancelled':. So that is an option.

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

Successfully merging this pull request may close these issues.

1 participant