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

MYCoordinator creating a chain of tasks that has to be waited on #67

Open
Mariusthvdb opened this issue Mar 9, 2024 · 2 comments
Open
Assignees

Comments

@Mariusthvdb
Copy link

Mariusthvdb commented Mar 9, 2024

please see

info = await hass.async_add_executor_job(

and change that so

It could also do all the work in a single excutor job instead of many

this is suggested by HA Core dev.
we found that optimizing the HA startup sequence is seriously involved and delayed because of this CC, and its startup sequence.

@ProudElm
Copy link
Owner

i will take a look

@ProudElm ProudElm self-assigned this Mar 28, 2024
@Mariusthvdb
Copy link
Author

BDraco made a PR that should help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants