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

docs(NODE-6192): clarify that operations should not be parallelized in transactions #4123

Merged
merged 1 commit into from
May 28, 2024

Conversation

W-A-James
Copy link
Contributor

@W-A-James W-A-James commented May 28, 2024

Description

What is changing?

Add inline documentation detailing that Promise.all and other concurrency mechanisms should not be used to parallelize transaction operations

Is there new documentation needed for these changes?

No

What is the motivation for this change?

NODE-6192

Release Highlight

Fill in title or leave empty for no highlight

Double check the following

  • Ran npm run check:lint script
  • Self-review completed using the steps outlined here
  • PR title follows the correct format: type(NODE-xxxx)[!]: description
    • Example: feat(NODE-1234)!: rewriting everything in coffeescript
  • Changes are covered by tests
  • New TODOs have a related JIRA ticket

@W-A-James W-A-James marked this pull request as ready for review May 28, 2024 18:35
@aditi-khare-mongoDB aditi-khare-mongoDB self-assigned this May 28, 2024
@aditi-khare-mongoDB aditi-khare-mongoDB added the Primary Review In Review with primary reviewer, not yet ready for team's eyes label May 28, 2024
Copy link
Contributor

@aditi-khare-mongoDB aditi-khare-mongoDB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@aditi-khare-mongoDB aditi-khare-mongoDB merged commit cb125fc into 5.x May 28, 2024
23 of 25 checks passed
@aditi-khare-mongoDB aditi-khare-mongoDB deleted the NODE-6192 branch May 28, 2024 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Primary Review In Review with primary reviewer, not yet ready for team's eyes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants