Skip to content

Moving From Database To Sqs Queue connection #52885

Answered by ghost
emadrashadmuhammed asked this question in Q&A
Discussion options

You must be logged in to vote

you have the queue option on the command for the worker

protected $signature = 'queue:work
                        {connection? : The name of the queue connection to work}
                        {--name=default : The name of the worker}
                        {--queue= : The names of the queues to work}
                        {--daemon : Run the worker in daemon mode (Deprecated)}
                        {--once : Only process the next job on the queue}
                        {--stop-when-empty : Stop when the queue is empty}
                        {--delay=0 : The number of seconds to delay failed jobs (Deprecated)}
                        {--backoff=0 : The number of seconds to wai…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@emadrashadmuhammed
Comment options

@ghost
Comment options

Answer selected by emadrashadmuhammed
@emadrashadmuhammed
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants