Skip to content

API Time Out #43148

@sarmadafzalj

Description

@sarmadafzalj
  • Package Name: azure-ai-agents==1.0.0
  • Package Version: 1.0.0
  • Operating System: python:3.13.1-alpine3.20
  • Python Version: 3.13.1

Describe the bug
I have an application for agents serving around 10000 users. I works fine but recently we introduced another feature for connecting data-sources like Google Drive, Box etc to the agents vector store. every data source can have 100 files and the sync for any changes happen every night once.
After implementing this feature, we are facing this issue:

Content: Request to https://eastus2.api.azureml.ms/agents/v1.0/subscriptions/d1c0578a-2aac-43e8-b6ce-71a955343806/resou… timed out

This is related to some time out, don't exactly know why is this happening but it is a random behavior, out of 100 calls at least 15 would give me this error.

To Reproduce
Steps to reproduce the behavior:

  1. send 100 concurrent requests on any endpoint through SDK

Expected behavior
It should specify the error so we can capture and handle it gracefully, as in 429 etc. It can then be settled with retry and backoff

Screenshots
Dont have exact screen shot.

Additional context
NA

Metadata

Metadata

Assignees

Labels

AI AgentsClientThis issue points to a problem in the data-plane of the library.Service AttentionWorkflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions