cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Request throttling - API Limits

Peter_Youssef
Champion

Each monitoring Tenant:

  • Has a limited thread pool (with a queue) for request processing.

Limit reach in the following scenarios:

  1. Both thread pool and related queue are full.
  2. Or the request times out in the queue (timeout is 10 seconds).

As a result:

  • The executed requests return the response code 429.

Advantage:

  • Facilitate executing a high number of cheap requests without hitting the limit.
  • Protecting the monitoring tenant from being overloaded by many expensive requests.

:dynaspin::stack_overflow:

KR,

Peter

0 REPLIES 0

Featured Posts