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
The hubspot v3 search API has a limit of 10,000 items it can return, and we must use the last modified date as a cursor.
If there are more than 10,000 records with the exact same last modified date, this can lead to an endless loop. We should detect these cases and break out of the loop by restricting the search to that date, and then sorting by id.
The text was updated successfully, but these errors were encountered:
The hubspot v3 search API has a limit of 10,000 items it can return, and we must use the last modified date as a cursor.
If there are more than 10,000 records with the exact same last modified date, this can lead to an endless loop. We should detect these cases and break out of the loop by restricting the search to that date, and then sorting by id.
The text was updated successfully, but these errors were encountered: