-
Notifications
You must be signed in to change notification settings - Fork 5
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
Graph Scheduler Task #232
base: task_state
Are you sure you want to change the base?
Graph Scheduler Task #232
Conversation
👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Allow export of the graph (to json?) in/after define()
? Would play nicely in a UI, especially with live updates. Show the graph in terminal before running? :)
async def run(self, **inputs): | ||
g = Graph() | ||
await self.define(g, **inputs) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before we run this we should make sure it has no loops
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a validation step sounds like a pretty good idea 😬
257b69e
to
a3b093f
Compare
a3b093f
to
42b7bb8
Compare
42b7bb8
to
8cf16ea
Compare
8cf16ea
to
e64138c
Compare
Implementation of a DAG scheduler as a Cowait task.
Example: