-
Notifications
You must be signed in to change notification settings - Fork 106
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
Improve visibility & documentation #37
Comments
zhipeng-jia
pushed a commit
to zhipeng-jia/anna
that referenced
this issue
Sep 1, 2021
…oject#37) By default, in cluster mode, schedulers only send one function execution request to an executor and wait to hear back before sending another. This can cause timing issues in local mode, so we don't wait for a response after every request.
It would be great if little bit of explanation can be added on how to use anna-bench, anna-bench-trigger, anna-route. I tried running anna-bench along with anna-cli, seems like they both use same port. Are these 2 not supposed to be run together ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's lots of place in the code where the explanation is sparse and/or not very helpful. Finding ways to make codepaths more visible: For each API call, which are the architecture components as well as the actual pieces of code being touched.
The text was updated successfully, but these errors were encountered: