From 5db3eef8f2fd953c56f9201f73f561b3cfc0d025 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Tue, 6 Mar 2018 14:42:50 +0000 Subject: [PATCH] Add warning to Performance Platform command --- app/commands.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/commands.py b/app/commands.py index d8775f217..8c807f1e0 100644 --- a/app/commands.py +++ b/app/commands.py @@ -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