Quota does not appear to be working

Not applicable

I've created a test quota and it doesn't appear to be working. I've saved the quota and I'm pretty sure it deployed to test but for some reason I'm able to hit the endpoint as many times as I want.

(Keep in mind....this is my first attempt with Apigee)

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Quota async="false" continueOnError="false" enabled="true" name="Quota-1">
    <DisplayName>Quota-1</DisplayName>
    <Properties/>
    <Allow count="3"/>
    <Interval>1</Interval>
    <Distributed>true</Distributed>
    <Synchronous>true</Synchronous>
    <TimeUnit>hour</TimeUnit>
</Quota>
0 2 149
2 REPLIES 2

Hi @Mithril Hall, I have copy pasted your quota policy in one of my proxies & it is working fine, 3 calls per hours.

Check you environments. uriPaths.

I was missing the step where I was supposed to apply the policy.