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

[16.0][FIX] fastapi: Avoid zombie threads #486

Open
wants to merge 5 commits into
base: 16.0
Choose a base branch
from

[FIX] fastapi: Ensure thread safety of the FastAPI app cache

1bf9751
Select commit
Loading
Failed to load commit list.
Open

[16.0][FIX] fastapi: Avoid zombie threads #486

[FIX] fastapi: Ensure thread safety of the FastAPI app cache
1bf9751
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 11, 2025 in 1s

95.74% of diff hit (target 89.29%)

View this Pull Request on Codecov

95.74% of diff hit (target 89.29%)

Annotations

Check warning on line 202 in fastapi/models/fastapi_endpoint.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

fastapi/models/fastapi_endpoint.py#L202

Added line #L202 was not covered by tests

Check warning on line 61 in fastapi/pools/fastapi_app.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

fastapi/pools/fastapi_app.py#L59-L61

Added lines #L59 - L61 were not covered by tests