| error_text |
Local finalize cleanup failed: (psycopg2.errors.DeadlockDetected) deadlock detected
DETAIL: Process 6063 waits for AccessExclusiveLock on tuple (201922,5) of relation 208348998 of database 207805089; blocked by process 10156.
Process 10156 waits for ShareLock on transaction 1670855617; blocked by process 8596.
Process 8596 waits for ShareLock on transaction 1670854316; blocked by process 6063.
HINT: See server log for query details.
[SQL: DELETE FROM product WHERE product.market_id = %(market_id_1)s AND NOT (EXISTS (SELECT 1
FROM sitemap
WHERE sitemap.market_id = product.market_id AND sitemap.remote_code = product.remote_code))]
[parameters: {'market_id_1': 113}]
(Background on this error at: https://sqlalche.me/e/20/e3q8) |