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/09/06 08:47:05 UTC

[GitHub] [airflow] ephraimbuddy commented on pull request #26161: Fix backfill occassional deadlocking

ephraimbuddy commented on PR #26161:
URL: https://github.com/apache/airflow/pull/26161#issuecomment-1237848665

   > LGTM. So if I understand now - Scheduler will simply move tasks to "Scheduled" state and further and that should prevent the deadlocks as only scheduler(s) will be doing it ?
   
   I have updated the code. Previously, it would be sent to the executor to be queued but now it follows scheduled -> queued etc.
   Thanks for the question :)


-- 
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