Feedback so far
First, please send my thanks to everyone involved with making this telemetry available!
One issue I'm running into is Zendesk's rate limit, in particular:
{'errors': [{'title': 'Too many requests', 'detail': 'Use RateLimit-Reset header to backoff on retries'}]}
Since it looks like Zendesk caps each request at 100 entries, I have to make a lot of requests! So far, I can get about 4 seconds worth of events before I hit the rate limit cap.
Can we increase the max number of returned entries and/or adjust the rate limit accordingly? My code is not running in parallel -- there are simply requests one after the other.
-
I should also mention that I don't see anything about ratelimits in the headers.
-
Oh, and we're an Enterprise Plus customer and it looks like we're not hitting any limits from what I can tell in the admin interface.
Iniciar sesión para dejar un comentario.
2 Comentarios