Update (horizon)
This commit is contained in:
@@ -185,38 +185,38 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
'defaults' => [
|
'defaults' => [
|
||||||
// 'supervisor-1' => [
|
'supervisor-1' => [
|
||||||
// 'connection' => 'redis',
|
'connection' => 'redis',
|
||||||
// 'queue' => ['default'],
|
'queue' => ['default'],
|
||||||
// 'balance' => 'auto',
|
'balance' => 'auto',
|
||||||
// 'autoScalingStrategy' => 'time',
|
'autoScalingStrategy' => 'time',
|
||||||
// 'maxProcesses' => 1,
|
'maxProcesses' => 1,
|
||||||
// 'maxTime' => 0,
|
'maxTime' => 0,
|
||||||
// 'maxJobs' => 0,
|
'maxJobs' => 0,
|
||||||
// 'memory' => 128,
|
'memory' => 128,
|
||||||
// 'tries' => 1,
|
'tries' => 1,
|
||||||
// 'timeout' => 60,
|
'timeout' => 60,
|
||||||
// 'nice' => 0,
|
'nice' => 0,
|
||||||
// ],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
'environments' => [
|
'environments' => [
|
||||||
'production' => [
|
'production' => [
|
||||||
// 'supervisor-1' => [
|
'supervisor-1' => [
|
||||||
// 'maxProcesses' => 1,
|
'maxProcesses' => 1,
|
||||||
// 'balanceMaxShift' => 1,
|
'balanceMaxShift' => 1,
|
||||||
// 'balanceCooldown' => 3,
|
'balanceCooldown' => 3,
|
||||||
// 'connection' => 'redis',
|
'connection' => 'redis',
|
||||||
// 'queue' => ['default'],
|
'queue' => ['default'],
|
||||||
// 'balance' => 'auto',
|
'balance' => 'auto',
|
||||||
// 'autoScalingStrategy' => 'size',
|
'autoScalingStrategy' => 'size',
|
||||||
// 'maxTime' => 3600,
|
'maxTime' => 3600,
|
||||||
// 'maxJobs' => 1000,
|
'maxJobs' => 1000,
|
||||||
// 'memory' => 128,
|
'memory' => 128,
|
||||||
// 'tries' => 0,
|
'tries' => 3,
|
||||||
// 'timeout' => 240,
|
'timeout' => 240,
|
||||||
// 'nice' => 0,
|
'nice' => 0,
|
||||||
// ],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
'local' => [
|
'local' => [
|
||||||
|
|||||||
Reference in New Issue
Block a user