We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sometimes MySQL deadlocks can occur which would result in internal server errors.
delete-bots
delete-regular-users
yarn test
event-types.ts
In Deadlocks the transaction should be replayed with a delay.
I tried to fix the issue in #1542 but it does not work. Maybe one can use the code there.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What is wrong?
Sometimes MySQL deadlocks can occur which would result in internal server errors.
Steps to reproduce
delete-bots
ordelete-regular-users
so that user with ID 1 gets deleted.yarn test
two timesevent-types.ts
in the tests).How should it behave?
In Deadlocks the transaction should be replayed with a delay.
Proposed Solution
I tried to fix the issue in #1542 but it does not work. Maybe one can use the code there.
The text was updated successfully, but these errors were encountered: