Deploy Laravel on Digital Ocean | Queue worker | Supervisor #7
Install Supervisor on ubuntu server to start queue worker on Laravel App Deploy Laravel Project on DigitalOcean and set up PHP, Nginx, Mysql and Git via SSH …
How to Create a Website: Step-by-Step Guide for Beginners
Install Supervisor on ubuntu server to start queue worker on Laravel App Deploy Laravel Project on DigitalOcean and set up PHP, Nginx, Mysql and Git via SSH …
how come it is working when you didnt even use the dispatch job?
The tutorial is awesome but when I tried to do the same process then its given me always" No config updates to processes
".
Can you please help me?
Also can you please give me your blog link here?
sir how to install supervisor on CPanel..?
the link to the article doesnt work anymore 🙁
Hi friend , can I use *** cron for artisan:work?
Hi, i am having this error please help. sudo supervisorctl reread
error: <class 'socket.error'>, [Errno 2] No such file or directory: file: /usr/lib64/python2.7/socket.py line: 228
Thank you Sir.
Be Blessed.
Hi,
Are you sure that numprocs=8, will process 8 times for a single job if it is not successful on 1st attempt
What I think is, it is number of queue workers for a single queue.
Please let me know if Iam wrong
For reties i would be –tries=3
Hallo Bitfumes, you are awesome!! Everything was fin till i reloaded the
supervisor. Then never again the jobs table showed any attempts. I only
could use the Mailtrap smtp with sync driver, not database, don't know
why. However, i learned a lot, thanks to you. Big Hug. Hernán.
numprocess description is wrong
2:00 go to /etc/supervisor/conf.d/
2:34 $ sudo vim queue-worker.conf
3:19 Configuration text to save in there
5:12 $ sudo supervisorctl reread
5:43 $ sudo supervisorctl update
7:26 Laravel route for queue worker testing
10:15 Laravel .env file: QUEUE_DRIVER=database
10:54 $ sudo supervisorctl reload
11:15 $ sudo service supervisor restart
Why you removed the blog entry?
Is this all for localhost? Actually I want to make same for share hosting project. Is this will work? Or any other solution
please correct 4:40 to 4:50
Supervisor will start as many instances of this program as named by numprocs. Note that if numprocs > 1, the process_name expression must include %(process_num)s (or any other valid Python string expression that includes process_num) within it.
Default: 1
Required: No.
Introduced: 3.0
Great tutorial..
can you please tell me in details..why we use supervisor queue worker i did'nt understand yet..and only we can use supervisor with lareval.
Artitle URL not found
incredible
Your videos are super awesome. Thank you
This is a very useful video. Thanks for making it. This cleared all my concerns.
How to run continue que in background
If i close the server
Amazing explanation, you have the gift of making the simple simpler, tkx
The mentioned article is not available
Thank you, boss! You saved my day.
Thank you for saving my day ) great tutorial
Hello,
Here, you told numprocs is set to tell how many time jobs will be tried
But somewhere else I read, that this will create 8 job workers.
which one is right ?
Thanks! Perfect exemple! For each folder project in laravel i have to create a program in supervisor correct? Thanks
Thanks… Very good tutorial.
thanks!
Thanks! Very good!
Great!
Thanks from the heart.Great…
after saving this i use sudo supervisorctl reread and enter it shows 5:56 unknown syntax: reread
after type wq and enter nothing happen
Thanks for useful videos .
very good , my friend . nice totorial . congratulation again .I have 2 questions for you .
1) you accessed the host with a SSH KEY , and you desactivated the posibility of access the host with the password . If I have to acces with FTP ( file zila ). how could I access ? does have any how to access with SSH KEY , the host with FTP .
2) Does have any how ou give permission for user , becose I acced with this user , with the FTP (filezila ) , and I could not create , edit , delete any file .
Thanks my friend .
Can i use cron job instead of supervisor ? Its looks to the same , is there any limit how many process to run ? I have project to convert videos using ffmpeg and you know one file may take up to 1 hour so i need to run queues carefully
i don't have any error but still my jobs table doesn't updated every time i reload the url my one entry in inserted in my jobs table and no mail is sending..