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
若在导入素材流程未结束时按下处理素材,会发现「准备处理」标签未变更为「处理中」,预计原因为改数据库这一步也依赖消息队列,只有等导入的那部分工作处理完,队列才会消费处理的部分;虽然最终结果无问题,但界面反馈上可能存在偏差。
修复方案:将改数据库这步操作抽出来,变成瞬时响应动作。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
若在导入素材流程未结束时按下处理素材,会发现「准备处理」标签未变更为「处理中」,预计原因为改数据库这一步也依赖消息队列,只有等导入的那部分工作处理完,队列才会消费处理的部分;虽然最终结果无问题,但界面反馈上可能存在偏差。
修复方案:将改数据库这步操作抽出来,变成瞬时响应动作。
The text was updated successfully, but these errors were encountered: