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

fix(js): Limit queue batch concurrency, bump timeout, add maximum wait period for serverless envs #1124

Merged
merged 13 commits into from
Oct 25, 2024

Conversation

jacoblee93
Copy link
Collaborator

@jacoblee93 jacoblee93 commented Oct 24, 2024

Fixes #1101

Bumps timeouts related to large uploads, limit the total amount of bandwidth used, and avoid blocking for too long in the default case

Adds LANGSMITH_TRACING_BACKGROUND to set blocking behavior

Bump to 0.2 will come along with this.

@jacoblee93 jacoblee93 changed the title fix(js): Limit queue batch concurrency, add maximum wait period for serverless envs fix(js): Limit queue batch concurrency, bump timeout, add maximum wait period for serverless envs Oct 24, 2024
js/src/tests/batch_client.int.test.ts Outdated Show resolved Hide resolved
js/src/client.ts Show resolved Hide resolved
@jacoblee93 jacoblee93 merged commit b9dc8f2 into main Oct 25, 2024
11 checks passed
@jacoblee93 jacoblee93 deleted the jacob/perf branch October 25, 2024 01:45
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.

Issue: Tracing fails on larger batches
2 participants