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

API SQL Serialization failure #2910

Open
exyi opened this issue Aug 16, 2019 · 0 comments
Open

API SQL Serialization failure #2910

exyi opened this issue Aug 16, 2019 · 0 comments
Labels

Comments

@exyi
Copy link

exyi commented Aug 16, 2019

Describe the bug
I tried to use the API endpoint /api/contacts/:id/contactfields in parallel (since it's a bit slow...) and I got an error:

500 Internal Server Error

SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction (SQL: delete from `cache` where `key` = laravel_cachea67d557b4725645ae52533f2330b47c3e249d758)

Well, when I try again, it usually works, but it's annoying to handle that in a script. Could you please property handle serialization failures in Monica?

I'm running a local Monica instance (version 2.14.0). So you can be calm that I'm not DOSing your servers :)

@asbiin asbiin added the api label Dec 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants