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

TaskStatusDB: Rebuild task network object #8

Open
dwhswenson opened this issue Apr 19, 2023 · 0 comments
Open

TaskStatusDB: Rebuild task network object #8

dwhswenson opened this issue Apr 19, 2023 · 0 comments

Comments

@dwhswenson
Copy link
Member

dwhswenson commented Apr 19, 2023

Go from the databases to an nx.DiGraph of Tasks.

This isn't strictly necessary for minimal functionality, but has potential to be very useful for things like troubleshooting, debugging, and ensuring database consistency.

This should actually be done in 2 stages: going from the TaskStatusDB to a network of taskid strings, and then a second function that takes that taskid network and attaches TaskDetails from the TaskDetailsStore.

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