Add warning to Performance Platform command

This commit is contained in:
Chris Hill-Scott
2018-03-06 15:42:38 +00:00
parent d7823fdbd6
commit 5db3eef8f2
+3
View File
@@ -216,6 +216,9 @@ def populate_monthly_billing(year):
def backfill_performance_platform_totals(start_date, end_date):
"""
Send historical total messages sent to Performance Platform.
WARNING: This does not overwrite existing data. You need to delete
the existing data or Performance Platform will double-count.
"""
delta = end_date - start_date