-
Notifications
You must be signed in to change notification settings - Fork 0
Deadlocks #3
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working