more time test times

This commit is contained in:
stvnrlly
2022-11-14 14:53:28 -05:00
parent 213f699c99
commit 53019995d1
2 changed files with 11 additions and 11 deletions

View File

@@ -302,7 +302,7 @@ def save_daily_notification_processing_time(est_date=None):
result = dao_get_notifications_processing_time_stats(start_time, end_time)
insert_update_processing_time(
FactProcessingTime(
est_date=est_date,
bst_date=est_date,
messages_total=result.messages_total,
messages_within_10_secs=result.messages_within_10_secs
)