stablum commented on issue #19957:
URL: https://github.com/apache/airflow/issues/19957#issuecomment-1095200421

   unfortunately it crashed again and this time one of the deadlocking queries 
is the following:
   ```
   2022-04-11 15:20:12.648 UTC [1797892] airflow_user@airflow_db STATEMENT:  
UPDATE task_instance SET state='scheduled' WHERE task_instance.dag_id = 
'download_and_preprocess_sets' AND task_instance.run_id = 
'manual__2022-04-06T21:19:58.326877+00:00' AND task_instance.task_id IN 
('persist_activity_ids_119', 'persist_activity_ids_16', 
'persist_activity_ids_174', 'persist_activity_ids_191', 
'persist_activity_ids_256', 'persist_activity_ids_331', 
'persist_activity_ids_333', 'persist_activity_ids_335', 
'persist_activity_ids_340', 'persist_activity_ids_631', 
'persist_activity_ids_746', 'persist_activity_ids_986', 
'persist_activity_ids_1551')
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to