Azure / azure-cosmosdb-js-server

The JavaScript SDK for server-side programming in Azure Cosmos DB
MIT License
179 stars 152 forks source link

RequestTimeoutException for bulkDelete example #17

Closed wtodd closed 7 years ago

wtodd commented 7 years ago

I'm getting Microsoft.Azure.Documents.RequestTimeoutException with the current implementation of samples/stored-procedures/bulkDelete.js. I would expect the IsAccept handling to catch this. I see this while executing the stored proc via the newest .NET SDK for DocumentDB.