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

Issue with batch operations #1864

Open
mikaelmessias opened this issue Nov 29, 2024 · 0 comments
Open

Issue with batch operations #1864

mikaelmessias opened this issue Nov 29, 2024 · 0 comments

Comments

@mikaelmessias
Copy link

I am facing an issue with a batch operation where multiple preparation steps are performed. If the batch fails, any modifications made to existing records during the process are not undone. This leaves the object with the updated values ​​from the preparation phase, which do not match the values ​​stored in the database. However, after restarting the application, the object values ​​align correctly with the database.

Is there a way to force an update or rollback to the objects when the batch process fails?

@radex, any suggestions to resolve this issue?

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