Skip to content

A simple test application that sends test parallel insert requests and handles the DocumentClientException

License

Notifications You must be signed in to change notification settings

digitalfuller/Azure-DocumentDb-ThrottleTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AZURE-DOCUMENTDB-THROTTLETEST

This console application attempts to hit the document db throttling limit by firing a number of parallel tasks at a single collection.

To use this application you'll need to update the following settings in the app.config to valid Azure document db settings.

<appSettings>

    <add key="DatabaseServiceEndpoint" value="YOUR-DATABASE-SERVICE-ENDPOINT"/>

    <add key="DatabaseId" value="YOUR-DATABASE-ID"/>

    <add key="DatabaseAuthKey" value="YOUR-DATABASE-AUTH-KEY"/>

    <add key="DatabaseCollectionName" value="YOUR-COLLECTION-NAME"/>

    <add key="MaxPendingTasks" value="10"/>

  </appSettings>

About

A simple test application that sends test parallel insert requests and handles the DocumentClientException

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages