Update MaxConcurrentPerInstance in production settings
- Reduced the MaxConcurrentPerInstance value from 60 to 30 to optimize resource allocation and improve system performance under load. - This change aims to enhance stability and responsiveness of the worker backtest compute process.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"WorkerBacktestCompute": true,
|
"WorkerBacktestCompute": true,
|
||||||
"BacktestComputeWorker": {
|
"BacktestComputeWorker": {
|
||||||
"MaxConcurrentPerUser": 15,
|
"MaxConcurrentPerUser": 15,
|
||||||
"MaxConcurrentPerInstance": 60,
|
"MaxConcurrentPerInstance": 30,
|
||||||
"JobPollIntervalSeconds": 5,
|
"JobPollIntervalSeconds": 5,
|
||||||
"HeartbeatIntervalSeconds": 30,
|
"HeartbeatIntervalSeconds": 30,
|
||||||
"StaleJobTimeoutMinutes": 10
|
"StaleJobTimeoutMinutes": 10
|
||||||
|
|||||||
Reference in New Issue
Block a user