rl cob subscription model
This commit is contained in:
29
.vscode/launch.json
vendored
29
.vscode/launch.json
vendored
@ -110,35 +110,8 @@
|
||||
"COB_ETH_BUCKET_SIZE": "1"
|
||||
},
|
||||
"preLaunchTask": "Kill Stale Processes"
|
||||
},
|
||||
{
|
||||
"name": "🎯 Optimized COB System (No Redundancy)",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "run_optimized_cob_system.py",
|
||||
"console": "integratedTerminal",
|
||||
"justMyCode": false,
|
||||
"env": {
|
||||
"PYTHONUNBUFFERED": "1",
|
||||
"COB_BTC_BUCKET_SIZE": "10",
|
||||
"COB_ETH_BUCKET_SIZE": "1"
|
||||
},
|
||||
"preLaunchTask": "Kill Stale Processes"
|
||||
},
|
||||
{
|
||||
"name": "🌐 Simple COB Dashboard (Working)",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "run_simple_cob_dashboard.py",
|
||||
"console": "integratedTerminal",
|
||||
"justMyCode": false,
|
||||
"env": {
|
||||
"PYTHONUNBUFFERED": "1",
|
||||
"COB_BTC_BUCKET_SIZE": "10",
|
||||
"COB_ETH_BUCKET_SIZE": "1"
|
||||
},
|
||||
"preLaunchTask": "Kill Stale Processes"
|
||||
}
|
||||
|
||||
],
|
||||
"compounds": [
|
||||
{
|
||||
|
Reference in New Issue
Block a user