3 Star 0 Fork 0

javareact/wish_gpu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
gpu2_supervisor.ini 2.07 KB
一键复制 编辑 原始数据 按行查看 历史
javareact 提交于 2018-07-31 19:23 . init
[program:gpu2_default]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/gpu2/artisan queue:work --sleep=3 --tries=1
autostart=true
autorestart=true
#user=nginx
# 监听进程数
numprocs=2
redirect_stderr=true
stderr_logfile=/etc/supervisor/conf.d/gpu2-default-stderr.log
stdout_logfile=/etc/supervisor/conf.d/gpu2-default-stdout.log
stderr_logfile_maxbytes=1MB
stdout_logfile_maxbytes=1MB
[program:gpu2_email]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/gpu2/artisan queue:work --queue=email --sleep=3 --tries=1
autostart=true
autorestart=true
#user=nginx
# 监听进程数
numprocs=2
redirect_stderr=true
stderr_logfile=/etc/supervisor/conf.d/gpu2-email-stderr.log
stdout_logfile=/etc/supervisor/conf.d/gpu2-email-stdout.log
stderr_logfile_maxbytes=1MB
stdout_logfile_maxbytes=1MB
[program:gpu2_export]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/gpu2/artisan queue:work --queue=export --sleep=3 --tries=1
autostart=true
autorestart=true
#user=nginx
# 监听进程数
numprocs=2
redirect_stderr=true
stderr_logfile=/etc/supervisor/conf.d/gpu2-export-stderr.log
stdout_logfile=/etc/supervisor/conf.d/gpu2-export-stdout.log
stderr_logfile_maxbytes=1MB
stdout_logfile_maxbytes=1MB
[program:gpu2_order_notify]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/gpu2/artisan queue:work --queue=order_notify --sleep=3 --tries=1
autostart=true
autorestart=true
#user=nginx
# 监听进程数
numprocs=2
redirect_stderr=true
stderr_logfile=/etc/supervisor/conf.d/gpu2-notify-stderr.log
stdout_logfile=/etc/supervisor/conf.d/gpu2-notify-stdout.log
stderr_logfile_maxbytes=1MB
stdout_logfile_maxbytes=1MB
[program:gpu2_transfer]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/gpu2/artisan queue:work --queue=transfer --sleep=3 --tries=1
autostart=true
autorestart=true
#user=nginx
# 监听进程数
numprocs=2
redirect_stderr=true
stderr_logfile=/etc/supervisor/conf.d/gpu2-transfer-stderr.log
stdout_logfile=/etc/supervisor/conf.d/gpu2-transfer-stdout.log
stderr_logfile_maxbytes=1MB
stdout_logfile_maxbytes=1MB
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/nullval/wish_gpu.git
git@gitee.com:nullval/wish_gpu.git
nullval
wish_gpu
wish_gpu
dev

搜索帮助

0d507c66 1850385 C8b1a773 1850385