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/01 05:59:40 UTC

[GitHub] [airflow] uranusjr opened a new pull request, #24774: Refactor DR.task_instance_scheduling_decisions

uranusjr opened a new pull request, #24774:
URL: https://github.com/apache/airflow/pull/24774

   I moved the part that sets `ti.task` from `_find_missing_task_indexes` out to `task_instance_scheduling_decisions`. When tracing the code around here, it was difficult for me to realize the inner _find function actually modifies the `task` attribute. This makes things more obvious to read.
   
   Also added some simple type hints.


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


[GitHub] [airflow] uranusjr merged pull request #24774: Refactor DR.task_instance_scheduling_decisions

Posted by GitBox <gi...@apache.org>.
uranusjr merged PR #24774:
URL: https://github.com/apache/airflow/pull/24774


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