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

Deadlock working with postgresql #371

Closed
mtali opened this issue Oct 28, 2019 · 2 comments
Closed

Deadlock working with postgresql #371

mtali opened this issue Oct 28, 2019 · 2 comments

Comments

@mtali
Copy link

mtali commented Oct 28, 2019

I don't know how to repricate this byt it seams silk cause deadlock on my database

django.db.utils.OperationalError: deadlock detected
DETAIL:  Process 2348 waits for ShareLock on transaction 28337148; blocked by process 2347.
Process 2347 waits for ShareLock on transaction 28337155; blocked by process 2348.
HINT:  See server log for query details.
CONTEXT:  while deleting tuple (367,10) in relation "silk_response"
@seanrmcneil
Copy link

Duplicate of #294

@nasirhjafri
Copy link
Member

Closing as duplicate of #294

nschlemm pushed a commit to nschlemm/django-silk that referenced this issue Jan 21, 2022
albertyw added a commit that referenced this issue Jun 20, 2022
…llection. (#541)

* Added silk_request_garbage_collect command for out-of-band garbage collection.

To avoid deadlock issues as mentioned e.g. in #265 #294 #371
Based on #265 (comment)

* Okay, to please @codecov :)

Co-authored-by: Nikolaus Schlemm <[email protected]>
Co-authored-by: Albert Wang <[email protected]>
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

3 participants