0 Star 0 Fork 46

ryvius_key / ebank

forked from yybawang / ebank 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ebank_supervisor.ini 1.67 KB
一键复制 编辑 原始数据 按行查看 历史
yybawang 提交于 2019-11-26 22:14 . 转账加入原子锁避免幻读
# 如果你自己安装了laravel-horizon 就只开启这个就好了
#[program:ebank_horizon]
#process_name=%(program_name)s_%(process_num)02d
#command=php /var/www/ebank/artisan horizon
#autostart=true
#autorestart=true
#redirect_stderr=true
#stdout_logfile=/var/www/ebank/storage/logs/horizon.log
# numprocs 根据服务器配置与运行效率,可自由调整
[program:ebank_default]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/ebank/artisan queue:work-listen --tries=3 --sleep=3
autostart=true
autorestart=true
numprocs=3
redirect_stderr=true
[program:ebank_email]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/ebank/artisan queue:work-listen --queue=email --tries=3 --sleep=5
autostart=true
autorestart=true
numprocs=2
redirect_stderr=true
[program:ebank_export]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/ebank/artisan queue:work-listen --queue=export --tries=3 --sleep=5
autostart=true
autorestart=true
numprocs=2
redirect_stderr=true
[program:ebank_order_notify]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/ebank/artisan queue:work-listen --queue=order_notify --tries=1 --sleep=3
autostart=true
autorestart=true
numprocs=8
redirect_stderr=true
[program:ebank_transfer]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/ebank/artisan queue:work-listen --queue=transfer --tries=3 --sleep=3
autostart=true
autorestart=true
numprocs=8
redirect_stderr=true
[program:ebank_behavior]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/ebank/artisan queue:work-listen --queue=behavior --tries=3 --sleep=10
autostart=true
autorestart=true
numprocs=1
redirect_stderr=true
PHP
1
https://gitee.com/ryvius_key/ebank.git
git@gitee.com:ryvius_key/ebank.git
ryvius_key
ebank
ebank
master

搜索帮助