Improve workers for backtests
This commit is contained in:
@@ -1,14 +1,8 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
"WorkerBacktestCompute": true,
|
||||
"BacktestComputeWorker": {
|
||||
"WorkerId": "Oda-backtest-0",
|
||||
"MaxConcurrentBacktests": 6,
|
||||
"MaxConcurrentPerUser": 3,
|
||||
"MaxConcurrentPerInstance": 6,
|
||||
"JobPollIntervalSeconds": 5,
|
||||
"HeartbeatIntervalSeconds": 30,
|
||||
"StaleJobTimeoutMinutes": 5
|
||||
@@ -27,8 +21,5 @@
|
||||
"Url": "http://localhost:8086/",
|
||||
"Organization": "managing-org",
|
||||
"Token": "Fw2FPL2OwTzDHzSbR2Sd5xs0EKQYy00Q-hYKYAhr9cC1_q5YySONpxuf_Ck0PTjyUiF13xXmi__bu_pXH-H9zA=="
|
||||
},
|
||||
"Sentry": {
|
||||
"Dsn": ""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user