duanjuhuo8772 2017-12-06 08:28
浏览 206

使用redis服务器和主管同时运行多个laravel队列作业

I am working on queue job in Laravel v4.2 project and I have five queue worker to perform different type of jobs in queues and each worker has more than 500 jobs at the same time. For queue job I am using redis server and supervisor to process automatically. Now problem that I am facing is that supervisor process one job at a time and another job process after completing the first queue job. Now I want to process more than one job at the same time and for this purpose I search on google and forums too but failed to find correct answer below is my command that I am running to run queue jobs through supervisor

command=php /home/rizwan/php/webservices/local/artisan queue:listen --queue=notificationQueue,lowQueue --tries=1
command=php /home/rizwan/php/Fayvo/favyo_webservices/local/artisan queue:listen --tries=1

if I remove priority param from command then queue jobs does not process which is wrong and if I add it then it process notificationQueue jobs first and then lowQueue jobs after processing all the jobs of notificationQueue jobs but I want to process both jobs at same time.

supervisor configuration

redirect_stderr=true
autostart=true
autorestart=true
numprocs = 4
process_name = %(program_name)s%(process_num)s
user=rizwan
  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 运筹学排序问题中的在线排序
    • ¥15 关于docker部署flink集成hadoop的yarn,请教个问题 flink启动yarn-session.sh连不上hadoop,这个整了好几天一直不行,求帮忙看一下怎么解决
    • ¥30 求一段fortran代码用IVF编译运行的结果
    • ¥15 深度学习根据CNN网络模型,搭建BP模型并训练MNIST数据集
    • ¥15 C++ 头文件/宏冲突问题解决
    • ¥15 用comsol模拟大气湍流通过底部加热(温度不同)的腔体
    • ¥50 安卓adb backup备份子用户应用数据失败
    • ¥20 有人能用聚类分析帮我分析一下文本内容嘛
    • ¥30 python代码,帮调试,帮帮忙吧
    • ¥15 #MATLAB仿真#车辆换道路径规划