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
With Jan when trying to do a distributed frequency analysis on a TS structure, BigChem workers showed some failures in the logs, and his client would hang forever without getting a response. Why is a failed structure not returned? How are failures handled by celery in these distributed algorithms?
Need to test some failure cases and see how they are handled and make sure the correct behavior is happening. I think "correct" would be returning a "ProgramFailure" object if any of the gradients fail.
The text was updated successfully, but these errors were encountered:
With Jan when trying to do a distributed frequency analysis on a TS structure, BigChem workers showed some failures in the logs, and his client would hang forever without getting a response. Why is a failed structure not returned? How are failures handled by celery in these distributed algorithms?
Need to test some failure cases and see how they are handled and make sure the correct behavior is happening. I think "correct" would be returning a "ProgramFailure" object if any of the gradients fail.
The text was updated successfully, but these errors were encountered: