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

bulk data load being identified as recursive transactions #40

Open
sfdevarch17 opened this issue Aug 26, 2022 · 0 comments
Open

bulk data load being identified as recursive transactions #40

sfdevarch17 opened this issue Aug 26, 2022 · 0 comments

Comments

@sfdevarch17
Copy link

When implementing the setMaxLoopCount from the individual handlers, the loop count gets incremented after the first chunk of 200 records are processed as it identifies the subsequent set of records as recursive transactions. Need to identify a way around that by comparing the old set of records with the new ones and if it doesn't match, then not to increment. Else identify the correct way to clearMaxLoopCount.

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

No branches or pull requests

1 participant