Fire events when long term statistics is updated (#82492)
* Fire events when long term statistics is updated * Allow the new events to be subscribed to by anyone * Address review comments * Finish renaming events * Finish renaming events * Fix do_adhoc_statistics * Adjust tests * Adjust tests
This commit is contained in:
@@ -14,6 +14,9 @@ MYSQLDB_URL_PREFIX = "mysql://"
|
||||
MYSQLDB_PYMYSQL_URL_PREFIX = "mysql+pymysql://"
|
||||
DOMAIN = "recorder"
|
||||
|
||||
EVENT_RECORDER_5MIN_STATISTICS_GENERATED = "recorder_5min_statistics_generated"
|
||||
EVENT_RECORDER_HOURLY_STATISTICS_GENERATED = "recorder_hourly_statistics_generated"
|
||||
|
||||
CONF_DB_INTEGRITY_CHECK = "db_integrity_check"
|
||||
|
||||
MAX_QUEUE_BACKLOG = 40000
|
||||
|
||||
Reference in New Issue
Block a user