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 check_sync_status #261

Merged
merged 282 commits into from
Dec 9, 2024
Merged

Fix check_sync_status #261

merged 282 commits into from
Dec 9, 2024

Conversation

wjymtg
Copy link
Contributor

@wjymtg wjymtg commented Dec 5, 2024

本PR解决的问题是removed在循环开始被清空导致报错的version无法被移除。比如说用户新建一个模型又马上删掉,BizyAir就会一直弹红窗,因为check_sync_status的线程一直在尝试查询已被删除的模型version

@wjymtg wjymtg requested a review from doombeaker December 5, 2024 08:47
@wjymtg wjymtg self-assigned this Dec 5, 2024
Copy link

github-actions bot commented Dec 5, 2024

Your code does not meet the Black formatting standards.
Please run python3 -m pip install -r dev_requirements.txt && pre-commit install && pre-commit run --all-files to format your code.

@wjymtg wjymtg changed the base branch from master to dev_bbs December 5, 2024 08:48
Base automatically changed from dev_bbs to master December 5, 2024 08:56
Copy link

github-actions bot commented Dec 5, 2024

Your code does not meet the Black formatting standards.
Please run python3 -m pip install -r dev_requirements.txt && pre-commit install && pre-commit run --all-files to format your code.

@doombeaker doombeaker merged commit 20cce75 into master Dec 9, 2024
4 checks passed
@doombeaker doombeaker deleted the dev_bbs_wjy_fix branch December 9, 2024 06:07
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.

6 participants