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

Improve task deadlock messaging #27734

Merged

Commits on Nov 17, 2022

  1. Improve task deadlock messaging

    When one encounters "deadlock" in the logs, it's confusing because most people will immediately think database deadlock.
    
    But it's really about task dependencies.  I thought about changing it to just "Dag has no runnable tasks", but the deadlong naming kindof has a meaning in the codebase so I tried to bridge the gap by clarifying it's specifically a _task_ deadlock.  Open to other suggestions.
    dstandish committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    e9c3e22 View commit details
    Browse the repository at this point in the history