diff options
Diffstat (limited to 'python/report_ops/utils.py')
| -rw-r--r-- | python/report_ops/utils.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/report_ops/utils.py b/python/report_ops/utils.py index bb6c0116..033195aa 100644 --- a/python/report_ops/utils.py +++ b/python/report_ops/utils.py @@ -82,6 +82,7 @@ def notify_payment_settlements(date, fund, conn): d["settlement_amount"] = d["payment_amount"] PaymentMonitor.stage(d) PaymentMonitor.email(fund) + PaymentMonitor._staging_queue.clear() def notify_fx_hedge(date, fund, conn): @@ -96,6 +97,7 @@ def notify_fx_hedge(date, fund, conn): d["category"] = "FCM" FxHedge.stage(d) FxHedge.email(fund) + FxHedge._staging_queue.clear() @dataclass |
