updated rental moon command with the correct job calls in the right order
updated the horizon redis configuration to add new processes and a new job queue called moons for the new moon rental coding
This commit is contained in:
@@ -148,9 +148,10 @@ return [
|
||||
'mail',
|
||||
'structures',
|
||||
'assets',
|
||||
'moons',
|
||||
],
|
||||
'balance' => 'auto',
|
||||
'processes' => 10,
|
||||
'processes' => 12,
|
||||
'tries' => 3,
|
||||
],
|
||||
],
|
||||
@@ -164,9 +165,10 @@ return [
|
||||
'mail',
|
||||
'structures',
|
||||
'assets',
|
||||
'moons',
|
||||
],
|
||||
'balance' => 'auto',
|
||||
'processes' => 10,
|
||||
'processes' => 12,
|
||||
'tries' => 3,
|
||||
],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user