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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue