[建议优化]
芸众商城没有消息通知、佣金分红无法结算等处理方法
|
芸众商城部署时会设置好,如果用户因为自行操作、更换服务器等原因导致的消息发送、佣金结算异常,可自行按照以上方法处理。
注:芸众提供二次部署配置服务,收费1000元/次。所以不具备相关运营能力的用户,请勿擅动服务器!
客户端设置定时任务
linux:
设置每分钟执行:
编辑vi /etc/crontab
* * * * * www /path/to/php /path/to/yun_shop/artisan cron:run
说明:
www:运行nginx、php的用户
/path/to/php:php的绝对路径
/path/to/yun_shop/artisan:artisan的绝对路径
cron:run:运行任务
开机时必须执行
/path/to/php /path/to/yun_shop/artisan queue:work --sleep=3 --tries=3
这是任务队列,不开启无法执行消息通知,也需要web服务用户执行
说明:
/path/to/php:php的绝对路径
/path/to/yun_shop/artisan:artisan的绝对路径
queue:work:运行队列
laravel官方方法:https://laravel.com/docs/5.3/queues#supervisor-configuration
|
|
|
|
|
|
|
admini
发表于 2019-7-23 19:16:42
|
显示全部楼层
|
|
|
|
|
|
admin
发表于 2019-7-23 19:47:27
|
显示全部楼层
1、确认队列部署正确
2、确认服务器安装、支持并启用supervisord服务,centos7以下版本不支持 |
|
|
|
|
|
|
admin
发表于 2019-7-23 19:47:50
|
显示全部楼层
|
|
|
|
|
|
hh290417
发表于 2019-10-7 16:10:15
|
显示全部楼层
NO_FILE: can't find command '/usr/local/php/bin/php'
队列启用,显示这个 起不起来 什么情况 |
|
|
|
|
|
|
nicljf
发表于 2020-2-15 22:21:13
|
显示全部楼层
成功:15
失败:1
不可达:0
-------------ok detail---------------
-------------failed detail---------------
Repository epel is listed more than once in the configuration Error unpacking rpm package supervisor-3.1.4-1.el7.noarch |
|
|
|
|
|