You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TeraChem crashes a lot. The server mode crashes when TeraChem does. I need logic in the client that handles that:
Some amount of retry time for connecting upon initial connect. Perhaps the server is being restarted by Docker
Correct error handling when a compute job crashes TeraChem. This means something like if the check_job_compelete function raises a ServerError I should return an AtomicResult with success=False and any other details I can provide (none at the moment).
The text was updated successfully, but these errors were encountered:
TeraChem crashes a lot. The server mode crashes when TeraChem does. I need logic in the client that handles that:
check_job_compelete
function raises aServerError
I should return anAtomicResult
withsuccess=False
and any other details I can provide (none at the moment).The text was updated successfully, but these errors were encountered: