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

Where‘s the critical path related algrithm in the 2022 paper? #1

Closed
ActivePeter opened this issue Sep 12, 2023 · 1 comment
Closed

Comments

@ActivePeter
Copy link

I'm recently doing some work about serverless, and I want to reimplemented the FaaSFlow‘s main algrithm(scheduler and scaler).
I'm not clear about the detail of implementation, so I come here to ask for help.

@lzjzx1122
Copy link
Owner

lzjzx1122 commented Sep 12, 2023

Yeah, you found the point. In FaaSFlow v2.0 we want to add a kind of real-time dataflow-based scheduling to specify the host address(related to src/workflow_manager/gateway.py), and it is ongoing research. Therefore the grouping algorithm from v1.0 is no longer needed and also not updated into FaaSFlow v2.0. If you want to re-implemented the FaaSFlow‘s grouping algorithm, I think you can check v1.1 (Link here) and find it in src/grouping/grouping.py.

Hope your research is progressing well and welcome to ask for help.

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

2 participants