Versions Compared

Key

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

...

To configure these parameters globally, add the following to the appSettings.json file found in the directory where SkySync DryvIQ was installed. Modify the "min_rate", "max_rate", and "recovery_scale" to reflect the values you want to use.

...

Rate Limiting and 429 - TooManyRequests Responses

SkySync DryvIQ will respect any 429 response from an API which contains a 'Retry-After' header with a time value.  In this case, the application will wait the given amount of time before retrying the request.  In most cases, the subsequent request should succeed.  In the cases which multiple 429 responses are received the rate limiting algorithm will begin to take effect to throttle the number of operations per second.

...