mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Import logbook in the executor to avoid blocking the event loop (#111807)
This one is likely because of all the sqlalchemy object construction for the queries `Component logbook import took 0.245 seconds (loaded_executor=False)`
This commit is contained in:
parent
a664f296e2
commit
94224c4c73
@ -4,6 +4,7 @@
|
|||||||
"codeowners": ["@home-assistant/core"],
|
"codeowners": ["@home-assistant/core"],
|
||||||
"dependencies": ["frontend", "http", "recorder"],
|
"dependencies": ["frontend", "http", "recorder"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/logbook",
|
"documentation": "https://www.home-assistant.io/integrations/logbook",
|
||||||
|
"import_executor": true,
|
||||||
"integration_type": "system",
|
"integration_type": "system",
|
||||||
"quality_scale": "internal"
|
"quality_scale": "internal"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user