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

Deadlocks #3

Open
wwbrannon opened this issue Dec 31, 2019 · 0 comments
Open

Deadlocks #3

wwbrannon opened this issue Dec 31, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@wwbrannon
Copy link
Collaborator

wwbrannon commented Dec 31, 2019

Multiple concurrent processes, running from (for example) different screen sessions sometimes cause deadlocks, especially on insertions into the users table. Postgres and likely other DBMSs resolve the deadlock by killing >=1 of the processes, which is not ideal.

Need to figure out why the deadlocks happen and how to fix them.

@wwbrannon wwbrannon added the bug Something isn't working label Dec 31, 2019
@wwbrannon wwbrannon added this to the Multithreading support milestone Feb 9, 2020
@wwbrannon wwbrannon self-assigned this Feb 12, 2020
@wwbrannon wwbrannon removed this from the Multiprocessing support milestone Dec 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant