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

Fix scheduler orm DetachedInstanceError when find zombies in standalone dag processor mode #28198

Merged
merged 4 commits into from
Dec 22, 2022

Commits on Dec 8, 2022

  1. fix: find zombies orm DetachedInstanceError

    Signed-off-by: BobDu <[email protected]>
    BobDu committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    318aa70 View commit details
    Browse the repository at this point in the history
  2. pydocstyle

    Signed-off-by: BobDu <[email protected]>
    BobDu committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    e3de748 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. use with create_session() in _find_zombies

    Signed-off-by: BobDu <[email protected]>
    BobDu committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    3437d3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3aace1 View commit details
    Browse the repository at this point in the history