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

TDL-24459: Retry on JSON decode error #66

Merged
merged 5 commits into from Nov 6, 2023

Conversation

bryantgray
Copy link
Contributor

Description of change

Sometimes Intercom returns a 200 status with no JSON, which breaks decoding. Subsequent syncs do succeed though.
This change retries the request on a failed JSON decode.

Manual QA steps

  • Hard to replicate since this is error is transient
  • Added unit test to ensure retry will occur

Risks

  • Low

Rollback steps

  • revert this branch

@bryantgray bryantgray merged commit 9edf65f into master Nov 6, 2023
2 of 3 checks passed
@bryantgray bryantgray deleted the TDL-24459/retry-on-decode-error branch November 6, 2023 14:55
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.

None yet

2 participants