I have gone through read the various questions involving throttling on stack overflow. However, I didn't find anyone with a similar issue to what I'm seeing. I have gone through the tutorials and setup process on the WSO2 site regarding throttling.
This is what I have done:
- Setup an additional tier to allow 5 calls per minute on the following levels (Advanced Throttling, Application Throttling, Subscription Throttling).
- Edit the API and set the subscription tier level to the new custom tier
- Set the Application to the new tier level
- Set the Advanced Throttling Policy to apply to the API, then I saved & published
- Ran 1100 HTTP requests from an application that calls the API on an interval every second. Every request made was successfully processed without any throttling.
- I installed version 1.9 of API manager and setup the very same rules The requests were throttled correctly.
Any help would be greatly appreciated, I'm not really sure if it is a bug or a configuration issue on my end.
Regards