Refresh
This commit is contained in:
10
resources/examples/supervisor/cyca_queue.conf
Executable file
10
resources/examples/supervisor/cyca_queue.conf
Executable file
@@ -0,0 +1,10 @@
|
||||
[program:cyca_queue]
|
||||
process_name=%(program_name)s_%(process_num)02d
|
||||
command=php /var/www/cyca/artisan queue:work --queue=notifications,default
|
||||
autostart=true
|
||||
autorestart=true
|
||||
user=www-data
|
||||
numprocs=8
|
||||
redirect_stderr=true
|
||||
stdout_logfile=/var/www/cyca/storage/logs/queues.log
|
||||
stopwaitsecs=3600
|
||||
10
resources/examples/supervisor/cyca_websocket.conf
Executable file
10
resources/examples/supervisor/cyca_websocket.conf
Executable file
@@ -0,0 +1,10 @@
|
||||
[program:cyca_websocket]
|
||||
process_name=%(program_name)s
|
||||
command=php artisan websockets:serve
|
||||
directory=/var/www/cyca
|
||||
autostart=true
|
||||
autorestart=true
|
||||
user=www-data
|
||||
redirect_stderr=true
|
||||
stdout_logfile=/var/www/cyca/storage/logs/echo-server.log
|
||||
stopwaitsecs=3600
|
||||
Reference in New Issue
Block a user