Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor DR.task_instance_scheduling_decisions #24774

Merged
merged 1 commit into from
Jul 2, 2022

Commits on Jul 1, 2022

  1. Refactor DR.task_instance_scheduling_decisions

    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.
    uranusjr committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    f5f4356 View commit details
    Browse the repository at this point in the history