.createDocument()
调用以在集合中插入少于 200 个文档时收到以下错误。它通常开始发生在第 150 个电话左右。我正在使用 Node.js SDK。发生这种情况时,没有其他操作在数据库上运行。
{ code: 429, body: '{"code":"429","message":"Exception: Microsoft.Azure.Documents.RequestRateTooLargeException, message: {\"Errors\":[\"Request rate is large\" ]},请求URI:rntbd://10.100.136.85:14900/apps/1240113d-9858-49b9-90cb-1219f9e1df77/services/itsupportrequests-ServerService-1/partitions/d7253667-671b-4f4e-ac84-a13b7d3dbf5a/replicas 130701880511768464p\r\nActivityId: 5726e6b5-7955-4b39-b306-4903b9f69b36"}' }