Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does the "API Throttling" and "API Throttling Warnings" mean?

In app insights, under API->Activity & Errors there are sections pertaining to: "Api Throttling" and "API Throttling Warnings". But I can't find documentation for what these sections mean and how to interpret them anywhere.

  1. What are the time values shown next to each section? i.e. Api Throttling - x minutes?
  2. What is this "fraction of budget"? And why do the %'s never seem to add up? :-P
like image 738
stantonk Avatar asked Nov 13 '22 00:11

stantonk


1 Answers

What are the time values shown next to each section? i.e. Api Throttling - x minutes?

How long you have to wait until throttling ends

What is this "fraction of budget"? And why do the %'s never seem to add up?

The ratio of your total units to your consumed units

References

  • Debouncing and Throttling Explained Through Examples | CSS-Tricks

  • Ben Alman » jQuery throttle / debounce: Sometimes, less is more!

  • Throttle and Debounce Patterns in Web Apps

  • ReactJS : using debounce in react components

  • Delay an action: Debounce and throttle – Rudy Huyn

  • Throttle and Debounce visual explanation

like image 125
Paul Sweatte Avatar answered Dec 10 '22 01:12

Paul Sweatte