You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Current there are no TPS control for importUrlReference and importFileReference function which cause composer running into tps issues when they are leveraging the concurrence capabilty of qna maker service.
Currently composer is controlling the tps itself when calling above apis. It will be addressed if still running into this issue after tps controlled in caller side.
To Reproduce
Steps to reproduce the behavior:
call importUrlReference or importFileReference with high concurrence(more than 3)
You will see it may hit the rate limit issue of the API calls
Expected behavior
add tps control so that it can avoid the rate limit issue
Screenshots
If applicable, add screenshots to help explain your problem.