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

FBP Asynchronous feature #73

Open
4 tasks done
191220029 opened this issue Oct 19, 2024 · 2 comments
Open
4 tasks done

FBP Asynchronous feature #73

191220029 opened this issue Oct 19, 2024 · 2 comments

Comments

@191220029
Copy link
Collaborator

191220029 commented Oct 19, 2024

FBP Asynchronous feature

  • Provide a struct Graph, replacing Dag in the old version.
    • Remove field rely_graph.
    • Automatically create channels and assign corresponding senders and receivers to the nodes when building the graph.
    • Modify the logic of error-handling: If one node fails, the graph will not stop running, and users can then handle exceptions or errors at a successor node.
@191220029 191220029 changed the title BP Asynchronous feature FBP Asynchronous feature Oct 19, 2024
@tomgroenwoldt
Copy link
Collaborator

Hey :) All boxes are checked. Is there something else I could help out with for this issue?

@191220029
Copy link
Collaborator Author

191220029 commented Dec 16, 2024

Hey :) All boxes are checked. Is there something else I could help out with for this issue?

Thank you for your attention :)

Currently we are working hard to complete the Parser (#74).

After the refactoring plan is completed, we will release a new version. This new version will serve as the prototype of dagrs, and I think there are still many things that need to be improved. You can refer to this version to adjust your projects and tell us where dagrs need modification and improvement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants