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

Improved: changed logic of api call for adding mutilple productStores to a facility(#309) #314

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

R-Sourabh
Copy link
Contributor

Related Issues

#309

Short Description and Why It's Useful

  • Earlier, all calls were made at the same time (in parallel), which could have caused concurrency issues and the error Transaction is marked for rollback.
  • Now, the calls are made one after another (sequentially), which helps avoid these concurrency problems.

Screenshots of Visual Changes before/after (If There Are Any)

Contribution and Currently Important Rules Acceptance

@ravilodhi ravilodhi merged commit 8b4911b into hotwax:main Sep 18, 2024
2 checks passed
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.

2 participants