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.