Skip to content
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

Expose ability to get stored tracebacks associated with a given Task #347

Open
dotsdl opened this issue Jan 3, 2025 · 0 comments
Open

Comments

@dotsdl
Copy link
Member

dotsdl commented Jan 3, 2025

Dependent on #277. Related to #106, #211, and #295.

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 Task ScopedKey, return a list of dicts, with ProtocolUnitFailure GufeKeys as keys, and their tracebacks as values.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant