Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Math.min(1000, Math.ceil(limit / 10)) = Smaller of one of the two numbers: 1,000 or the ceiling of your Tier's Limit / 10

Use the following matrix to determine the peak limit based on the policy Tier Limit:


API Calls
Per (Unit of Time)Less than or equal to 60Greater than 60
MinutesĀ 5 per secondMath.min(1000, Math.ceil(Limit / 10)) per second
Hour5 per minuteMath.min(1000, Math.ceil(Limit / 10)) per minute
Day5 per minuteMath.min(1000, Math.ceil(Limit / 10)) per minute