Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A throttle policy indicates a number of items that can be processed over time. These items may can be related to documents or API calls. The policy will indicate the number and type of items and the period. If the number of items allocated by the manager in the given period exceeds the threshold, the manager will not allocate items.The connector may indicate an “API cost” of a document. For example, a call to retrieve a document from a repository may take 5 API calls. The throttling threshold may be set at 10 API calls per second. Since the manager allocates documents, it will multiply the “API cost” by the number of documents to decide if the throttle should be applied.(We do not support API calls yet in the current Aspire version)

Throttling policies can be assigned to:

...