Enable rate limitingAvailable when Enable rate limiting is enabled. Number Rate Limiting | Toggle on or off to restrict the number of requests. |
Requests gained per time period | When enabled the following options are available: | Request Capacity | Maximum number of requests that can be sent | in Time period for gaining new requests.Time period for gaining new requests time period defined by the Request Capacity Rate (ms). | Request Capacity Rate (ms) |
Available when Enable rate limiting is enabled. The Defines time period, in milliseconds, | for sending requestsin which requests can be processed. The number of requests processed during this period is defined by the Request Capacity and the Maximum Rollover Requests. | Maximum | rollover requests Rollover Requests (Optional) |
Available when Enable rate limiting is enabled. The maximum number of requests that can be saved, to be sent later. Defaults to to the | requests gained per time period parallel requests Parallel Requests (Optional) | Available when Enable rate limiting is enabled. | The maximum number of requests that can be sent at the same time. Note: If more than the allowed number of requests are | sentqueued, as soon as a request is finished, another is sent. | Requests in Queue | A read-only field that displays the number of requests waiting to be sent when the properties were opened. |
Rate Limiting ExampleRequests gained per time period: 20 Time period for gaining new requests: Request Capacity: 80 Request Capacity Rate: 30000ms Maximum rollover requests: 25If 10 requests are sent, then 30000ms later another 30 requests are sent, 25 requests would be sent straight away (up to the Maximum rollover request), and the other 5 requests would be sent 30000ms later. Rollover Requests: 101 Time | Request Capacity | Pending Requests | Sent Requests | Requests Remaining | Request Capacity Remaining | Maximum Rollover Requests |
---|
0s | 80 | 100 | 80 | 20 | 0 | 0 | 30s | 80 | 20 | 20 | 0 | 60 | 60 | 60s | 80+60 | 0 | 0 | 0 | 140 | 101 | 90s | 80+101 | 100 | 100 | 0 | 81 | 81 | 120s | 80+81 | 0 | 0 | 0 | 161 | 101 | 150s | 80+101 | 150 | 150 | 0 | 31 | 31 | 180s | 80+31 | 0 | 0 | 0 | 111 | 101 |
|