Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

add TPS control for importUrlReference and importFileReference API functions #954

@feich-ms

Description

@feich-ms

Versions

latest main 4.10.1

Describe the bug

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:

  1. call importUrlReference or importFileReference with high concurrence(more than 3)
  2. 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.

Additional context

Add any other context about the problem here.

[bug]

Metadata

Metadata

Assignees

Labels

backlogThe issue is out of scope for the current iteration but it will be evaluated in a future release.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions