You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @Teglgaard, can you provide your env value for QUEUE_CONNECTION and the queue config as described in https://github.com/FoxxMD/laravel-elasticbeanstalk-queue-worker#add-queues?
For the it to be working properly you need at least these 3 environment variables set (I use database queue connection as example, and AnyNameYouLike as queue name):
IS_WORKER = true
QUEUE_CONNECTION = database
queueAnyNameYouLike = database
Then optionally you can add more variables to configure your queue:
Hi
Testing lead me to that command can not be executed since command today does not include queue name.
Line 9 in parse config thus has to get the queue changed.
I have removed below line which causes it to work again.
$connection$queueVal
The text was updated successfully, but these errors were encountered: