API rate limit?
There seems to be an rate limit on API requests - we have to put a 0.2 second delay between our requests to avoid errors. Having a rate limit is perfectly understandable, but is there some documentation of the rate limit to help us avoid or work around errors?
We're using this to update a wall monitor that shows everyone's open tickets, which makes a bunch of API requests once per minute.
Discussions are closed to public comments.
If you need help with Lighthouse please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by rick on 14 Jan, 2009 05:32 PM
Not a self-imposed limit. We may have to add throttling though if people are going to pound on the api mercilessly.
Also, we're experimenting with callback handlers that post back json updates to a url when the event feed updates. This would be more efficient for us both I think. It's not a documented API call, and we may add limits to the # of callback handlers based on your plan in the near future.
brandi closed this discussion on 29 Jun, 2012 10:05 PM.