Update
This commit is contained in:
@@ -85,6 +85,7 @@
|
||||
|
||||
'waits' => [
|
||||
'redis:default' => 60,
|
||||
'redis:tracking' => 30,
|
||||
],
|
||||
|
||||
/*
|
||||
@@ -253,6 +254,20 @@
|
||||
'nice' => 0,
|
||||
'rest' => 0,
|
||||
],
|
||||
'supervisor-tracking' => [
|
||||
'connection' => 'redis',
|
||||
'queue' => ['tracking'],
|
||||
'balance' => 'auto',
|
||||
'autoScalingStrategy' => 'time',
|
||||
'maxProcesses' => 2,
|
||||
'maxTime' => 0,
|
||||
'maxJobs' => 0,
|
||||
'memory' => 256,
|
||||
'tries' => 3,
|
||||
'timeout' => 30,
|
||||
'nice' => 0,
|
||||
'rest' => 0,
|
||||
],
|
||||
],
|
||||
|
||||
'local' => [
|
||||
@@ -312,6 +327,20 @@
|
||||
'nice' => 0,
|
||||
'rest' => 0,
|
||||
],
|
||||
'supervisor-tracking' => [
|
||||
'connection' => 'redis',
|
||||
'queue' => ['tracking'],
|
||||
'balance' => 'auto',
|
||||
'autoScalingStrategy' => 'time',
|
||||
'maxProcesses' => 2,
|
||||
'maxTime' => 0,
|
||||
'maxJobs' => 0,
|
||||
'memory' => 256,
|
||||
'tries' => 3,
|
||||
'timeout' => 30,
|
||||
'nice' => 0,
|
||||
'rest' => 0,
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user