Skip to content

Support of rate limit? #729

Answered by PierreBtz
marcosflobo asked this question in Q&A
Discussion options

You must be logged in to vote

Hello

The pagination is handled, we are switching to CBP (cursor based pagination) the endpoints that support it. The rest of the endpoints are using offset pagination. See this documentation for details https://developer.zendesk.com/api-reference/introduction/pagination/.

Rate limit is handled as a specific exception that you can catch (see https://github.com/cloudbees-oss/zendesk-java-client/blob/465c7e8ba135f53821c8cf2c770a888a04d2a26c/src/main/java/org/zendesk/client/v2/ZendeskResponseRateLimitException.java), but you will have to handle the retries yourself.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by PierreBtz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants