Skip to content
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

[connectors] fix(Zendesk) - high volumes #8975

Merged
merged 5 commits into from
Nov 27, 2024
Merged

Conversation

aubin-tchoi
Copy link
Contributor

Description

Response on empty diff:

curl "https://$SUBDOMAIN.zendesk.com/api/v2/help_center/incremental/articles.json?start_time=1732725000" -H "Authorization: Bearer $TOKEN" | jq

{
  "count": 0,
  "next_page": null,
  "end_time": 1,
  "articles": []
}

Risk

Low.

Deploy Plan

  • Deploy connectors.

@aubin-tchoi aubin-tchoi requested a review from PopDaph November 27, 2024 17:14
@aubin-tchoi aubin-tchoi self-assigned this Nov 27, 2024
@aubin-tchoi aubin-tchoi merged commit adeb33c into main Nov 27, 2024
3 checks passed
@aubin-tchoi aubin-tchoi deleted the zendesk/fix-incremental branch November 27, 2024 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Zendesk] Investigate incremental sync high volumes
2 participants