-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Source Zendesk Support: organizations sync hangs #20750
Comments
I added the issue to oncall issues: https://github.com/airbytehq/oncall/issues/1231 |
Thanks for following up on this. Here are logs from me of a multi-hour hanging for just 114 records. |
@validumitru and @emilmar can you check the latest version (0.2.20) of the connector? The PR #20900 try to solve the issue |
@marcosmarxm It appears to be working! A bit spammy in regards to all the threads (I'm at over 10k log lines just for retries) but currently 1 hour in and at 160k records. Not so sure about how it will handle the incremental part though, I'll update you when it's done.
|
@davydov-d Your PR almost seemed to solve it! But I ended up with an error again
Adding the full logs here: Second attempt succeeded, but it only read 100k records. Personally I feel like Im going into the sunk cost fallacy here, for us it's not a killer feature to make this work. Thanks for trying out new things 🤗 |
hi @emilmar thanks for the feedback! it looks like the connector uses the previous pagination model which is offset-based, meanwhile Zendesk introduced a new pagination model, the cursor-based pagination. To encourage migration to the newest pagination model Zendesk restricts the pagination to 1000 pages with the offset-based model. |
Alright, thanks for the input! Not my issue but OP or admin can probably go ahead and close it. @marcosmarxm @validumitru |
I can confirm it's not hanging anymore but the sync failed now with a new exception not sure if this is a coincidence ? I'm attaching the logs Happy to close this if it's a separate issue? |
@validumitru can you open a new github issue? |
Environment
Current Behavior
After the changes in #19967 the sync hangs. The issue is being discussed in the comments of #14253
The text was updated successfully, but these errors were encountered: