-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
在2.0版GUI中添加任务执行时间限制功能 #931
Copy link
Copy link
Open
Labels
Low priorityenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
Low priorityenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Type
Fields
Give feedbackNo fields configured for issues without a type.
在什么场景下,需要你请求的功能?
当多用户同时使用PDF翻译工具时,出现了以下问题:
这种情况在公共部署环境中尤为突出,多用户共享同一系统资源时,单个用户的长时间任务会影响整体服务质量。
解决方案
建议在GUI界面中添加任务执行时间限制功能:
实现方式可以结合Gradio的队列参数和Python的超时处理机制。
其他内容
No response