arangodb-net-standard icon indicating copy to clipboard operation
arangodb-net-standard copied to clipboard

Support overload control in API requests

Open tjoubert opened this issue 2 years ago • 1 comments

Add support for overload control in all API requests:

  • Add x-arango-max-queue-time-seconds header to ApiHeaderProperties
  • Add ApiHeaderProperties to every API request

tjoubert avatar Jan 23 '23 10:01 tjoubert

Hi @DiscoPYF , the aim of this PR is to pass a ApiHeaderProperties object to every single method that calls the API. That will allow calling clients to pass the x-arango-max-queue-time-seconds header (and any other headers that may come up in the future) to API calls.

tjoubert avatar Jan 26 '23 05:01 tjoubert