Ensure all recorder session executes use retries or the execute helper (#89888)

This commit is contained in:
J. Nick Koston
2023-03-17 10:45:58 -10:00
committed by GitHub
parent fd5b57ae6c
commit 377dff5ee4
3 changed files with 40 additions and 17 deletions

View File

@@ -43,6 +43,12 @@ KEEPALIVE_TIME = 30
EXCLUDE_ATTRIBUTES = f"{DOMAIN}_exclude_attributes_by_domain"
STATISTICS_ROWS_SCHEMA_VERSION = 23
CONTEXT_ID_AS_BINARY_SCHEMA_VERSION = 36
EVENT_TYPE_IDS_SCHEMA_VERSION = 37
STATES_META_SCHEMA_VERSION = 38
class SupportedDialect(StrEnum):
"""Supported dialects."""