when too many request error happens, cosmos client returns empty result for pagination query #38984
Labels
Client
This issue points to a problem in the data-plane of the library.
Cosmos
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
Describe the bug
A clear and concise description of what the bug is.
When a "Too Many Requests (429)" error occurs in Cosmos DB, executing
query_items
may sometimes return an empty list.To Reproduce
Steps to reproduce the behavior:
QueryItems
query with expected non empty result concurrentlyFor example:
Expected behavior
A clear and concise description of what you expected to happen.
the query should either fail or return correct result
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
I believe this might be a similar issue to #35021.
The text was updated successfully, but these errors were encountered: