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

Make error cycling decrement priority for failled computations #181

Open
dotsdl opened this issue Feb 4, 2021 · 0 comments
Open

Make error cycling decrement priority for failled computations #181

dotsdl opened this issue Feb 4, 2021 · 0 comments

Comments

@dotsdl
Copy link
Member

dotsdl commented Feb 4, 2021

Credit to @jthorton for bringing this up and offering this solution!

The QCArchive queue is FIFO, so when failed optimizations are error cycled, older submissions jump to the front of the line and can outcompete newer submissions for execution.

As a workaround for this, we can decrement priority for failures from their current value, ending at 'low' priority. This should keep forward progress for well-behaved datasets and computations that haven't had a chance to execute yet.

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