Search
 
SCRIPT & CODE EXAMPLE
 

PHP

supervisor configuration for laravel queue

[program:laravel-worker]
process_name=%(program_name)s_%(process_num)02d
command=php /home/forge/app.com/artisan queue:work sqs --sleep=3 --tries=3 --max-time=3600
autostart=true
autorestart=true
stopasgroup=true
killasgroup=true
user=forge
numprocs=8
redirect_stderr=true
stdout_logfile=/home/forge/app.com/worker.log
stopwaitsecs=3600
Comment

PREVIOUS NEXT
Code Example
Php :: php end session 
Php :: how see the list all artisan in laravel 
Php :: php oop 
Php :: php sort multidimensional array by value 
Php :: php regex string contains coringa 
Php :: php cut string 
Php :: array prepend php 
Php :: how to install php dependencies 
Php :: set session in laravel 
Php :: Yii::app()-request-get yii1 
Php :: laravel empty query result 
Php :: laravel store method 
Php :: insert data using mysqli in php 
Php :: how to make doctrine schema update in symfony 2.8 
Php :: Laravel eloquent upserts 
Php :: default timezone php 
Php :: php not recognized internal external command 
Php :: collapse open by default 
Php :: datetime blade laravel 
Php :: php session name 
Php :: how to insert date in mysql using php 
Php :: HTML5 Date Valu In PHP 
Php :: get user type wp php 
Php :: composer_update 
Php :: the uploaded file exceeds the upload_max_filesize in laravel 
Php :: adding days in datetime php 
Php :: php array_map() 
Php :: my vscode extension prettier doesnot work for php code 
Php :: laravel job delay dispatch 
Php :: redirect 404 in laravel 
ADD CONTENT
Topic
Content
Source link
Name
6+5 =