Closed sphuber closed 6 months ago
@chrisjsewell I vaguely remember we may have fixed something in this direction, do you remember? @sphuber have you encountered this problem recently?
I have actually not been running AiiDA in quite a while. @mbercx could probably answer this by looking at the recent logs of the 3DCD project. Then again, he wouldn't have been running on a recent version that might have included a fix, so scratch that.
We're running a custom branch of 1.5.0
for the 3DCD (with the early implementation of the stashing feature, still called archiving at the time), so I wouldn't expect any recent fixes to be included there. I just had a look in my daemon logs for some projects that are running the develop
branch of aiida-core
though, and haven't found any instances of this issue.
This exception occurs very rarely when a process submits a child process and in an attempt to add itself as a broadcast subscriber, the following exception is thrown:
This is most likely a bug/problem in
kiwipy/tornado
but the result is that the parent process excepts and the child process remains in theCREATED
state as the required continuation task is not sent to RabbitMQ.