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

source-zendesk-support: add logging & ticket_comments checkpoint #2088

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 25, 2024

  1. source-zendesk-support: add logging & ticket_comments checkpoint

    For users with a lot of data, the `ticket_comments` stream can take a
    while to backfill, especially given the 30 requests/60 seconds rate
    limit for this endpoint. Checkpointing that stream will help if that
    backfill complete over connector restarts, and it'll provide an
    indicator in the UI that the connector is still processing records.
    
    I've also added logging to catch if the `ticket_comments` cursor does
    not increase & to log the status codes for non-200 responses to help
    troubleshoot if the connector is stuck making the same failing request.
    Alex-Bair committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    3cf40b4 View commit details
    Browse the repository at this point in the history