mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-26 14:03:45 +01:00
* Reduce latancy to load storage by making the task eager This changes the semantics a bit under the hood because it can raise sooner which means we do not store the task as _load_task if it raises right away. That means concurrent calls that result in failure are likely to try again now which will be a tiny performance hit for this case. * fix * will now finish in time