This commit is contained in:
Oleg Sheynin 2024-08-06 23:45:43 -04:00
parent 1be936f35c
commit 0741158a45

View File

@ -33,6 +33,7 @@ Cmd="python3.10"
Cmd="${Cmd} cvttpy/apps/md/md_recorder.py" Cmd="${Cmd} cvttpy/apps/md/md_recorder.py"
Cmd="${Cmd} --config=http://${ConfigServer}/apps/md_recorder" Cmd="${Cmd} --config=http://${ConfigServer}/apps/md_recorder"
Cmd="${Cmd} --credentials_file=/.creds" Cmd="${Cmd} --credentials_file=/.creds"
Cmd="${Cmd} --compress_log"
if [ "${job}" == "BNBFUT_CLD21" ] ; then if [ "${job}" == "BNBFUT_CLD21" ] ; then
Cmd="${Cmd} --active_exchanges=BNBFUT" Cmd="${Cmd} --active_exchanges=BNBFUT"
Cmd="${Cmd} --instruments=BNBFUT:PERP-BTC-USDT,BNBFUT:PERP-ETH-USDT" Cmd="${Cmd} --instruments=BNBFUT:PERP-BTC-USDT,BNBFUT:PERP-ETH-USDT"