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

Adapt the BaseRestartWorkChain to exponential backoff mechanism of aiida-core #220

Closed
sphuber opened this issue Dec 3, 2018 · 0 comments · Fixed by #325
Closed

Adapt the BaseRestartWorkChain to exponential backoff mechanism of aiida-core #220

sphuber opened this issue Dec 3, 2018 · 0 comments · Fixed by #325

Comments

@sphuber
Copy link
Contributor

sphuber commented Dec 3, 2018

In aiida-core==1.0.0 an exponential backoff mechanism is implemented for transport tasks of calc jobs with them being paused if even that falls through. The current BaseRestartWorkChain implements some logic to deal with SUBMISSIONFAILED calculations and RETRIEVALFAILED is marked as not supported. Since these states should never be encountered, the logic should be updated to reflect this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment