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

🐛 Allow exit code for dependencies with yield to always execute, by removing capacity limiter for them, to e.g. allow closing DB connections without deadlocks #5122

Merged
merged 8 commits into from Sep 4, 2022

Commits on Jul 11, 2022

  1. lint

    adriangb committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    c507e76 View commit details
    Browse the repository at this point in the history
  2. Use 1

    adriangb committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    0892b02 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Configuration menu
    Copy the full SHA
    d822171 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    3557911 View commit details
    Browse the repository at this point in the history
  2. refactor and comment

    adriangb committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    c53e0f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2022

  1. Configuration menu
    Copy the full SHA
    3b73873 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Configuration menu
    Copy the full SHA
    09dc61a View commit details
    Browse the repository at this point in the history
  2. ⏪ Revert making CapacityLimiter a global, AnyIO needs to be in an asy…

    …nc context to create the object
    
    This reverts commit 09dc61a.
    tiangolo committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    c7e3263 View commit details
    Browse the repository at this point in the history