Hello,

Sometimes Django (on higher loads) throws exception:

TransactionRollbackError: deadlock detected
DETAIL:  Process 58214 waits for ShareLock on transaction 121403425;
blocked by process 58200.
Process 58200 waits for ShareLock on transaction 121403482; blocked by
process 58214.
HINT:  See server log for query details.
CONTEXT:  SQL statement "SELECT 1 FROM ONLY "public"."postac_postacie"
x WHERE "id" OPERATOR(pg_catalog.=) $1 FOR SHARE OF x"

Any suggestions? Apache + mod_wsgi + Postgres.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to