You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/24 19:42:04 UTC

[GitHub] [airflow] Taragolis commented on issue #23361: Scheduler crashes with psycopg2.errors.DeadlockDetected exception

Taragolis commented on issue #23361:
URL: https://github.com/apache/airflow/issues/23361#issuecomment-1193382044

   Not related to Deadlocks, however is it necessary use `FOR UPDATE` lock rather than `FOR NO KEY UPDATE` ([doc](https://www.postgresql.org/docs/current/explicit-locking.html#LOCKING-ROWS))?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org