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-chargebee] Upgrade CDK version to yield parents more frequently for substreams #47387

Merged
merged 4 commits into from
Oct 29, 2024

Conversation

brianjlai
Copy link
Contributor

What

Chargebee was experiencing heartbeat timeouts and we suspect the reason is because we were emitting parent records too infrequently (either waiting until the end of the slice or after getting all parents).

How

With @tolik0 's latest CDK change #46918 which went out in CDK version 5.14.0, we should now yield every parent record once it is fetched by the parent stream and this should allow for the dependent child records to also be emitted back to the platform without waiting as long.

User Impact

n/a

Can this PR be safely reverted and rolled back?

  • YES 💚
  • NO ❌

@brianjlai brianjlai requested a review from lazebnyi October 26, 2024 00:15
Copy link

vercel bot commented Oct 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
airbyte-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 28, 2024 9:36pm

@brianjlai brianjlai merged commit 0b4a8e3 into master Oct 29, 2024
41 checks passed
@brianjlai brianjlai deleted the brian/chargebee_cdk_upgrade branch October 29, 2024 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues area/documentation Improvements or additions to documentation connectors/source/chargebee
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants