core/homeassistant/components/recorder
J. Nick Koston 6339c63176
Improve recorder and worker thread matching in RecorderPool (#116886)
* Improve recorder and worker thread matching in RecorderPool

Previously we would look at the name of the threads. This
was a brittle if because other integrations may name their
thread Recorder or DbWorker. Instead we now use explict thread
ids which ensures there will never be a conflict

* fix

* fixes

* fixes
2024-05-05 16:25:10 -04:00
..
auto_repairs
history
models
system_health
table_managers
__init__.py
backup.py
const.py
core.py Improve recorder and worker thread matching in RecorderPool (#116886) 2024-05-05 16:25:10 -04:00
db_schema.py
entity_registry.py
executor.py Improve recorder and worker thread matching in RecorderPool (#116886) 2024-05-05 16:25:10 -04:00
filters.py
icons.json
manifest.json
migration.py
pool.py Improve recorder and worker thread matching in RecorderPool (#116886) 2024-05-05 16:25:10 -04:00
purge.py
queries.py
repack.py
services.py
services.yaml
statistics.py
strings.json
tasks.py
util.py
websocket_api.py