How to Set up Laravel Queues on Production

preview_player
Показать описание
In this video, you can learn how to set up laravel queues on production.

----------------------------------------------
[program:queue-worker]
process_name = %(program_name)s_%(process_num)02d
command=php /var/www/html/project-folder/artisan queue:listen
autostart=true
autorestart=true
user=root
numprocs=1
redirect_stderr=true

⭐ Gadgets I am using for making video:

⭐ My Favorite Python Books

------------------------------SOCIAL------------------------------

Leave any questions in the comments section and don't forget to subscribe to be notified of new content! :)
Рекомендации по теме
Комментарии
Автор

thanks CodingX that's very help full

bakugokachan
Автор

Great tutorial !! thanks a lot ..
but I have a question, how could this work on shared hosting "where I have no CLI access" ?

mibrahim
Автор

The same procefure will work on aws ec2 instance server ??

saibalikhan
Автор

is supervisor can handle websocket and scheduler?

alhdrinskie
Автор

I have a request for multiple users and that's get allote of time to sent can u help me for this

bakugokachan
Автор

Do we have to run "artisan queue:work" on production? If true den how do we automate

mikidroidcom
Автор

Thanks for the tutorial many new things come in my observation.

But need a bit more help from you like if we want to view the status of the supervisor and how many jobs its currently running

Please also let me know how to do the same in cpanel based hosting and how we can enable and disable it from laravel interface

hasanbaig