From 60c520f803238ca3f3f31c9a717d02a2a586a1b4 Mon Sep 17 00:00:00 2001 From: Cryptoval Trading Technologies Date: Sat, 30 Dec 2023 02:53:37 +0000 Subject: [PATCH] . --- data/apps/cvtt.cfg | 3 +-- data/apps/md_rec_monitor.cfg | 6 ++++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/data/apps/cvtt.cfg b/data/apps/cvtt.cfg index 7bd010e..759137f 100644 --- a/data/apps/cvtt.cfg +++ b/data/apps/cvtt.cfg @@ -35,7 +35,7 @@ } # , "interval": "4 hours" , "interval": "1 hour" - , "from_time": "2023-12-19 02:00:00" + , "from_time": "2023-12-28 02:00:00" } , "initial_positions": { "COINBASE": { @@ -187,7 +187,6 @@ , "trade_events_table": "backtest.trading_trades" , "trading_md_summary_table": "backtest.trading_md" } - } } diff --git a/data/apps/md_rec_monitor.cfg b/data/apps/md_rec_monitor.cfg index d792c15..f8f17a6 100644 --- a/data/apps/md_rec_monitor.cfg +++ b/data/apps/md_rec_monitor.cfg @@ -1,5 +1,6 @@ { "check_interval_sec": 10.0 + , "status_report_interval_sec": 3600.0 , "after_alert_interval_sec": 120.0 # , "db": { "CVTTDATA": { @@ -14,6 +15,7 @@ , "mmost": { "cred_key": "MATTERMOST" , "alert_channel": "Alerts-CVTT" + , "status_channel": "Status-CVTT" } , "data_checks": { # "BNBFUT-1": { @@ -32,13 +34,13 @@ "tables": ["bnbspot.md_booktops"] , "exchange_id": "BNBSPOT" , "instruments": ["PAIR-BTC-USDT"] - , "threshold_sec": 15.0 + , "threshold_sec": 30.0 } , "BNBSPOT-2": { "tables": ["bnbspot.md_trades"] , "exchange_id": "BNBSPOT" , "instruments": ["PAIR-BTC-USDT"] - , "threshold_sec": 15.0 + , "threshold_sec": 30.0 } , "COINBASE-1": { "tables": ["coinbase.md_booktops"]