]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
🐛 Allow exit code for dependencies with `yield` to always execute, by removing capaci...
authorAdrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>
Sun, 4 Sep 2022 19:09:24 +0000 (14:09 -0500)
committerGitHub <noreply@github.com>
Sun, 4 Sep 2022 19:09:24 +0000 (21:09 +0200)
commitf8460a8b54fd4975ca64c7fbe8d516740781f0df
treea4cc6cd14ee49166721ce61a91738f8c139e2376
parentd0cc996dc7000542beb95286834c55bd785a78eb
🐛 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)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
fastapi/concurrency.py