GitHub user papa-pep opened a pull request:
https://github.com/apache/tinkerpop/pull/913
Add support for rate-limited request retries when utilizing cosmosDb
In order to support better application stability in high stability
scenarios, it is necessary to implement rate-limited retries as defined by the
cosmosDb documentation.
(https://docs.microsoft.com/en-us/azure/cosmos-db/request-units#RequestRateTooLarge)
It would be a nice enhancement in the future if additional performance
related telemetry could be exposed on a per-traversal basis, but those changes
would have a larger impact on the framework.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/papa-pep/tinkerpop master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/913.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #913
----
commit 157bca6288c926b76b4b926bde59f81be6deb45f
Author: Greg Pepin <greg.pepin@...>
Date: 2018-08-14T14:01:01Z
Add support for rate-limited request retries on cosmosDb
----
---