-
Notifications
You must be signed in to change notification settings - Fork 174
FIxed race condition on deleting old adjustment records #3901
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
base: 5.x
Are you sure you want to change the base?
Conversation
To get this potential fix early and test out the PR, change your "require": {
"craftcms/commerce": "dev-feature/pt-2407-fix-adjustment-id-race-condition as 4.8.1.2",
"...": "..."
} Then run We will update this ticket once the release is out. |
@lukeholder any news on this? |
@lukeholder I want to test this on Craft 5, can you make an updated branch for that? |
Now seeing a lot of these errors so I can test it properly if you want |
@boboldehampsink Yes please, testing this would be useful. Updated to 5.x base branch. |
Description
No need to delete the Record if we already drop the rows directly in the database.
Related issues
#3283