mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-23 15:56:45 -04:00
add number of notifications processed
This commit is contained in:
@@ -777,5 +777,6 @@ def dao_update_delivery_receipts(receipts, delivered):
|
|||||||
db.session.commit()
|
db.session.commit()
|
||||||
elapsed_time = (time() * 1000) - start_time_millis
|
elapsed_time = (time() * 1000) - start_time_millis
|
||||||
current_app.logger.info(
|
current_app.logger.info(
|
||||||
f"#loadtestperformance batch update query time: {elapsed_time} ms"
|
f"#loadtestperformance batch update query time: \
|
||||||
|
updated {len(receipts)} notification in {elapsed_time} ms"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user