-
Notifications
You must be signed in to change notification settings - Fork 12
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
JobController submits random jobs #238
Comments
Hi @cote3804,
Is this a good summary of what is happening? In particular, is it correct that the Jobs that are submitted to the batch runner (e.g. those with db_id 257-262 in your screenshot) are the same jobs that were already present in the DB, and just went back to the I tried to quickly replicate this with a simple example, but the problem did not show up. So I will need more details from your side:
Thanks |
Hi @gpetretto Yes, your summary is correct. jobs 257-262 are completely new from what I can tell. There are jobs that preceded those that reached a Responding to your bulleted questions:
Let me know if you need me to run any tests or provide more detail. |
Hi @cote3804,
Ultimately, if nothing comes up, would you be available to send me a dump of your DB (e.g. with the |
Hi @gpetretto I was able to test a few things related to this issue.
I'm happy to send you my database state. Is there an email you'd prefer me to send it to? |
Hi @cote3804. Sorry for the delay and thanks for all the tests. I had also received a notification with a message reporting that the issue seemed to be present only when submitting the job through VS Code, but I don't see that message here on github. Does this mean that was not the problem? |
Hi again @gpetretto and other developers,
I'm experiencing this bug where after submitting a flow with one job using the following code,
jobflow-remote will submit old flows that previously finished. A screenshot is below that shows after running the script above, 6 other jobs were added.
The main log file reports that 3 flows were added each with 3 jobs:
The jobs being added are jobs that I ran yesterday.
Any idea what's happening here? I've attempted restarting the runner to no avail. I've also gone through the code up through
jobflow-remote/src/jobflow_remote/jobs/jobcontroller.py
Lines 3149 to 3151 in 01ffa70
and the issue is not here as only one flow is submitted.
I'll note that the
test_molecule_job
s above are using JobFlow'sreplace
functionality and all of the incorrectly submitted flows are using a batch worker.Thanks!
The text was updated successfully, but these errors were encountered: