The throttling tag has no wiki summary.
2
votes
1answer
26 views
Creating a home brew Push Server for Stack Exchange
I'm looking to create a home brew push notification server for Stack Exchange. This is mainly due to the fact that Toast Notifications within Windows Store applications are done using Windows ...
2
votes
1answer
16 views
What's an example of the backoff field? Is there some way I can simulate it to test appropriate behavior?
In reading about the API rate limiting, the documentation talks about a method responding with an ominous backoff field, and states that the client should cease from calling that method for that many ...
3
votes
1answer
46 views
Why am I being told to backoff when I'm well within my API limit?
I've been running my API fine for some time now and when I added another function I realized I was being told to backoff. I only run my API once a night and don't really pull that much data. I have ...
1
vote
1answer
50 views
Best strategies for calling the API with full throttling support?
I know this would be subjective on a normal SE site but as the relevant chat rooms are mostly dormant, we have no meta site, and nobody noticed when I asked if this kind of question is OK here, I'm ...
3
votes
0answers
34 views
Add a special page where developers can reset throttle timeouts
As George Edison noted, it would be useful to have a special page where developers can reset the throttle timeout when we accidentally trigger it.
This happened to me this morning — I got banned for ...
2
votes
1answer
49 views
After a throttle violation, could the error message include the time when the block will be lifted?
I got my first throttle violation error after running in jsfiddle some example code given to me by a library author in response to a question of mine about how to use their library.
This is the error ...