harim final web service
This commit is contained in:
@@ -208,6 +208,20 @@ return [
|
||||
'nice' => 0,
|
||||
'backoff' => 10,
|
||||
],
|
||||
'supervisor-3' => [
|
||||
'connection' => 'redis',
|
||||
'queue' => ['nikarayan'],
|
||||
'balance' => 'auto',
|
||||
'autoScalingStrategy' => 'time',
|
||||
'maxProcesses' => 1,
|
||||
'maxTime' => 0,
|
||||
'maxJobs' => 0,
|
||||
'memory' => 128,
|
||||
'tries' => 2,
|
||||
'timeout' => 60,
|
||||
'nice' => 0,
|
||||
'backoff' => 10,
|
||||
],
|
||||
],
|
||||
|
||||
'environments' => [
|
||||
@@ -222,6 +236,11 @@ return [
|
||||
'balanceMaxShift' => 1,
|
||||
'balanceCooldown' => 3,
|
||||
],
|
||||
'supervisor-3' => [
|
||||
'maxProcesses' => 10,
|
||||
'balanceMaxShift' => 1,
|
||||
'balanceCooldown' => 3,
|
||||
],
|
||||
],
|
||||
|
||||
'local' => [
|
||||
@@ -231,6 +250,9 @@ return [
|
||||
'supervisor-2' => [
|
||||
'maxProcesses' => 3,
|
||||
],
|
||||
'supervisor-3' => [
|
||||
'maxProcesses' => 3,
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user