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

fix(backend): 集群列表查询优化 #7781 #7783

Open
wants to merge 1 commit into
base: v1.5.0
Choose a base branch
from

Conversation

ygcyao
Copy link
Collaborator

@ygcyao ygcyao commented Nov 7, 2024

No description provided.

@ygcyao ygcyao self-assigned this Nov 7, 2024
@ygcyao
Copy link
Collaborator Author

ygcyao commented Nov 7, 2024

image
image

# 存储cluster_entry列表
cluster_entries = []

for entry in cluster.entries:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里重复代码太多了,尝试给这个函数多加一个 entries参数吧

def get_cluster_entry_map(cls, cluster_ids: List[int], entries: List[ClusterEntry] = None) -> Dict[int, Dict[str, str]]:

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

Successfully merging this pull request may close these issues.

2 participants