You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've run into this internally: if any of the functions that retrieve data from paginated endpoints (e.g. list_tickets()) hit an API rate limit, they fail out without handling the rate limit exception or returning any of the data retrieved so far.
Ideally, the code collating the pages should check for 429 responses and throttle and retry.
The text was updated successfully, but these errors were encountered:
We've run into this internally: if any of the functions that retrieve data from paginated endpoints (e.g.
list_tickets()
) hit an API rate limit, they fail out without handling the rate limit exception or returning any of the data retrieved so far.Ideally, the code collating the pages should check for 429 responses and throttle and retry.
The text was updated successfully, but these errors were encountered: