hass-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 Black 2019-07-31 12:25:30 -07:00
manifest.json Upgrade sqlalchemy to 1.3.15 (#32747) 2020-03-13 00:28:26 +01:00
migration.py Sort imports according to PEP8 for recorder (#29652) 2019-12-08 18:48:18 +01:00
models.py Revert "Use orjson to parse json faster (#32153)" (#32185) 2020-02-25 21:07:16 +01:00
purge.py Sort imports according to PEP8 for recorder (#29652) 2019-12-08 18:48:18 +01:00
services.yaml Purge recorder data by default (#12271) 2018-02-11 13:22:59 -08:00
util.py Lint config cleanups (#28864) 2019-11-25 22:40:08 -08:00