mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update horizon config
This commit is contained in:
parent
f0d4c17236
commit
eac6b76779
1 changed files with 5 additions and 3 deletions
|
@ -83,7 +83,9 @@ return [
|
||||||
'redis:default' => 30,
|
'redis:default' => 30,
|
||||||
'redis:low' => 30,
|
'redis:low' => 30,
|
||||||
'redis:high' => 30,
|
'redis:high' => 30,
|
||||||
'redis:delete' => 30
|
'redis:delete' => 30,
|
||||||
|
'redis:story' => 30,
|
||||||
|
'redis:mmo' => 30,
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -167,7 +169,7 @@ return [
|
||||||
'production' => [
|
'production' => [
|
||||||
'supervisor-1' => [
|
'supervisor-1' => [
|
||||||
'connection' => 'redis',
|
'connection' => 'redis',
|
||||||
'queue' => ['high', 'default', 'feed', 'low', 'story', 'delete'],
|
'queue' => ['high', 'default', 'feed', 'low', 'story', 'delete', 'mmo'],
|
||||||
'balance' => 'auto',
|
'balance' => 'auto',
|
||||||
'maxProcesses' => 20,
|
'maxProcesses' => 20,
|
||||||
'memory' => 128,
|
'memory' => 128,
|
||||||
|
@ -179,7 +181,7 @@ return [
|
||||||
'local' => [
|
'local' => [
|
||||||
'supervisor-1' => [
|
'supervisor-1' => [
|
||||||
'connection' => 'redis',
|
'connection' => 'redis',
|
||||||
'queue' => ['high', 'default', 'feed', 'low', 'story', 'delete'],
|
'queue' => ['high', 'default', 'feed', 'low', 'story', 'delete', 'mmo'],
|
||||||
'balance' => 'auto',
|
'balance' => 'auto',
|
||||||
'maxProcesses' => 20,
|
'maxProcesses' => 20,
|
||||||
'memory' => 128,
|
'memory' => 128,
|
||||||
|
|
Loading…
Reference in a new issue