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
在全球化部署的场景下,mesos-watch同步storage一次需要耗费500ms左右,因为deployment是单队列同步,所以存在deployment队列堵塞,消费过慢的问题。
方案: 多队列同时消费
The text was updated successfully, but these errors were encountered:
fix: mesos-watch deployment队列堵塞,消费过慢 TencentBlueKing#552
fcfbee5
53cb6c5
DeveloperJim
No branches or pull requests
问题描述
在全球化部署的场景下,mesos-watch同步storage一次需要耗费500ms左右,因为deployment是单队列同步,所以存在deployment队列堵塞,消费过慢的问题。
方案:
多队列同时消费
The text was updated successfully, but these errors were encountered: