core/homeassistant/components/recorder
J. Nick Koston 6d311a31dd
Ensure recorder event loop recovers if the database server dis… (#33253)
If the database server disconnects there were exceptions
that were not trapped which would cause the recorder event
loop to collapse.  As we never want the loop to end
we trap exceptions broadly.

Fix a bug in the new commit interval setting which caused
it to always commit after 1s
2020-03-25 13:08:20 -07:00
..
__init__.py Ensure recorder event loop recovers if the database server dis… (#33253) 2020-03-25 13:08:20 -07:00
const.py
manifest.json Upgrade sqlalchemy to 1.3.15 (#32747) 2020-03-13 00:28:26 +01:00
migration.py
models.py Revert "Use orjson to parse json faster (#32153)" (#32185) 2020-02-25 21:07:16 +01:00
purge.py
services.yaml
util.py