-
Notifications
You must be signed in to change notification settings - Fork 191
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
🐛 Engine: Submission failure with DeliveryError
#6015
Comments
The issue seems to be transient. Turning it off and on again resolved it. |
The processes did get created, but are not picked up as the daemon is (re)started. |
Try running |
Indeed
This was in a different environment (I already cleaned up the ones above, apparently). Do you need me to check anything else to figure out what caused the problem? |
Not really I'm afraid. The was just to help with the processes not getting started after submission. That is most likely due to the missing task, which can be fixed with that command. The only hope for debugging this is to be able to reproduce it, and since you said it is transient, that is going to be tricky 😅 |
Haha, fair! It did keep on happening before I had to shut down my computer (was moving location with my mac Mini, so had to shut down unfortunately), so next time maybe we can do some live debugging. ^^ Hmm, searching through the documentation doesn't give any clue about what is going on, or how to fix it with that tasty |
For the As for |
Another note: Seems the output of a different submission attempt (in the original project) was still captured in my notebook. Here the error trace is different: Full Traceback
Also note that the problem was present across different environments. |
That exception actually is familiar, see #4595 . I think this is due to an instability in the connection with RabbitMQ that is managed by |
It would be a good opportunity for me to get more familiar with these tools and the engine, but doing so would most likely take more time than I can commit to at the moment. I'll try and pick this up once I've checked some boxes, if you haven't fixed it by then of course. ^^ |
Just ran into this error while trying to submit:
Full Traceback
Still figuring out what happened, all my checkmarks are green:
Versions:
aiida-core
: 2.3.0nest-asyncio
: 1.5.6The text was updated successfully, but these errors were encountered: