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
Since we now store traceback information for failed ProtocolDAGResults in the state store to enable Task restart policies, it would be valuable to users to be able to easily and quickly introspect the tracebacks that failed Tasks exhibit.
We propose the following new methods:
get_task_tracebacks: for the given TaskScopedKey, return a list of dicts, with ProtocolUnitFailureGufeKeys as keys, and their tracebacks as values.
The text was updated successfully, but these errors were encountered:
Dependent on #277. Related to #106, #211, and #295.
Since we now store traceback information for failed
ProtocolDAGResult
s in the state store to enableTask
restart policies, it would be valuable to users to be able to easily and quickly introspect the tracebacks that failedTask
s exhibit.We propose the following new methods:
get_task_tracebacks
: for the givenTask
ScopedKey
, return a list of dicts, withProtocolUnitFailure
GufeKey
s as keys, and their tracebacks as values.The text was updated successfully, but these errors were encountered: