We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
現状masterブランチとv0ブランチがありますが、この二つはどう違いますか?
The text was updated successfully, but these errors were encountered:
V0はトラコンで使用したときのものでmasterは新しく開発しようとした残骸です。
Sorry, something went wrong.
なるほど、masterは未完成という感じでしょうか? v0をベースにするかmasterをベースにするか迷っていますがアドバイスが欲しいです。
そうです。 masterは未完成ですので、動くものだとv0を利用するのが良いと思います。
ただ、リソース数が多くなるとagentのロジックとAPIコールの頻度が多くなりDB書き込みのロック待ちが発生してリクエストがTimeoutしてしまうという問題が当時あったので色々と改修したほうがよいと思います。
以下計測したわけじゃないので全て憶測で書いてます。
個人的には最初から設計・実装するか、k8sのエコシステムを利用して、VMやネットワーク、Diskなどの部分を操作するものを自作するなどのほうがいいんじゃないかと思います。
No branches or pull requests
現状masterブランチとv0ブランチがありますが、この二つはどう違いますか?
The text was updated successfully, but these errors were encountered: