harim final web service

This commit is contained in:
2025-09-07 14:25:31 +03:30
parent 4594415cec
commit 6115101b37
3 changed files with 40 additions and 3 deletions

View File

@@ -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,
],
],
],
];