Detect blocking module imports in the event loop (#114488)

This commit is contained in:
J. Nick Koston 2024-03-30 19:51:31 -10:00 committed by GitHub
parent f01235ef74
commit 5038a035bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 600 additions and 281 deletions

View file

@ -14,7 +14,7 @@ from sqlalchemy.pool import (
)
from homeassistant.helpers.frame import report
from homeassistant.util.async_ import check_loop
from homeassistant.util.loop import check_loop
from .const import DB_WORKER_PREFIX