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

[IMP] fastapi: add event loop lifecycle management

8c090cd
Select commit
Loading
Failed to load commit list.
Open

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

[IMP] fastapi: add event loop lifecycle management
8c090cd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 10, 2025 in 0s

90.58% of diff hit (target 89.29%)

View this Pull Request on Codecov

90.58% 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 45 in fastapi/pools/event_loop.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

fastapi/pools/event_loop.py#L42-L45

Added lines #L42 - L45 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

fastapi/pools/fastapi_app.py#L51-L52

Added lines #L51 - L52 were not covered by tests