27 lines
797 B
JSON
27 lines
797 B
JSON
{
|
|
"WorkerBacktestCompute": true,
|
|
"BacktestComputeWorker": {
|
|
"MaxConcurrentPerUser": 1,
|
|
"MaxConcurrentPerInstance": 5,
|
|
"JobPollIntervalSeconds": 5,
|
|
"HeartbeatIntervalSeconds": 30,
|
|
"StaleJobTimeoutMinutes": 5
|
|
},
|
|
"WorkerGeneticCompute": true,
|
|
"GeneticComputeWorker": {
|
|
"MaxConcurrentGenetics": 2,
|
|
"JobPollIntervalSeconds": 5,
|
|
"HeartbeatIntervalSeconds": 30,
|
|
"StaleJobTimeoutMinutes": 10
|
|
},
|
|
"PostgreSql": {
|
|
"ConnectionString": "Host=db.apps.managing.live;Port=5432;Database=managing;Username=postgres;Password=28d7c07e72296e08"
|
|
},
|
|
"InfluxDb": {
|
|
"Url": "https://influx-db.apps.managing.live",
|
|
"Organization": "managing-org",
|
|
"Token": "zODh8Hn8sN5VwpVJH0HAwDpCJPE4oB5IUg8L4Q0T67KM1Rta6PoM0nATUzf1ddkyWx_VledooZXfFIddahbL9Q=="
|
|
}
|
|
}
|
|
|