We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
scout/src/Searchable.php
Line 261 in 9f06b9c
you have to edit your config queue value to an array. This way it will still use the queue and you can customize the values.
'queue' => [ 'queue' => 'search', 'connection' => 'sqs' ]
@elfeffe Have you tried @Onind's solution?
@nunomaduro Yes! I didn't see it
Activity
Onind commentedon Sep 26, 2018
you have to edit your config queue value to an array. This way it will still use the queue and you can customize the values.
'queue' => [ 'queue' => 'search', 'connection' => 'sqs' ]
nunomaduro commentedon Oct 2, 2018
@elfeffe Have you tried @Onind's solution?
elfeffe commentedon Oct 2, 2018
@nunomaduro Yes!
I didn't see it