-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[publisher] Issue regarding the 10kPerMin advanced throttling policy quota allocation #3496
Comments
Advanced level throttling works with wso2/carbon-apimgt#7620 |
@SabinaPrasadhi Can you provide more information regarding the test? Eg: No threads and ramp-up period in seconds? Did you apply any other throttling policies for application ad subscription levels other than "Unlimited"? Were you getting the following exception in the carbon logs for every API request?
|
Can you check how long it had taken to run the first 10000 threads? Check the Start time of the 10001th thread. When you give 150 threads with loop count to 100 with ramp-up period 0, you are not restricting the threads to run within a minute time period right? If your 10001 requests are not within a 1 minute time window, then 10KPerMin throttling will not apply |
This issue is reproducing in the latest version |
Test Scenario: [N] If API level 10KPerMin quota has selected while managing an API, the total number of request to the API should not be more than the defined (can check max + 1)
Issue: The 10kPerMin advanced throttling policy, when applied to the API Level allowed 15766 successful hits.
The text was updated successfully, but these errors were encountered: