Skip to content

Instantly share code, notes, and snippets.

@kevinhillinger
Created September 17, 2020 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevinhillinger/01947677287452a0986f10d50b7ed80b to your computer and use it in GitHub Desktop.
Save kevinhillinger/01947677287452a0986f10d50b7ed80b to your computer and use it in GitHub Desktop.
rate limit for products
<policies>
<inbound>
<base />
<rate-limit calls="30" renewal-period="10" />
</inbound>
<backend>
<base />
</backend>
<outbound>
<base />
</outbound>
<on-error>
<base />
</on-error>
</policies>
<policies>
<inbound>
<base />
<rate-limit calls="60" renewal-period="15" />
</inbound>
<backend>
<base />
</backend>
<outbound>
<base />
</outbound>
<on-error>
<base />
</on-error>
</policies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment