mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 06:21:50 -05:00
more time test times
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user