-
Notifications
You must be signed in to change notification settings - Fork 11
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
Rerun a job that has child jobs #139
Comments
Hi. Unfortunately at the moment that message means that the code is working as intended, so I am afraid I have no easy solution other than rerunning the workflow. One possibility could be to introduce a Actually this could also be an option for you now. If you remove directly from the queue DB all the jobs that were generated by the job that you want to rerun, including the job with uuid |
Hi, well, I already guessed that the code is working as intended. 😆 I was just thinking of how it's handled in FireWorks. In FireWorks, when you rerun a job, it will rerun in a new directory and also all the depending jobs will rerun in new directories and then all kinds of documents etc. keeping track of the jobs are updated. But I understand that it's pretty complicated to introduce the handling of such dynamic jobs. Sorry for making all kinds of advanced requests haha 😅 I'm trying to rerun the jobs with more resources and if this fails, just rerunning this part of the workflow sounds as the easiest solution. |
Hey 😃
I want to rerun a job that is generating supercells based on a matrix and the unit cell of my structure. The state of the job I want to rerun is
COMPLETED
. I had chosen a too big matrix and thought I can just override the matrix entry and rerun the job.But when I do, I get the following message:
I'm using the interactive branch.
Do you have an idea what I could try? Thank you in advance!
The text was updated successfully, but these errors were encountered: