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 用前端向数据库插入数据,通过debug发现数据能走到后端,但是放行之后就会提示错误
    • ¥15 python天天向上类似问题,但没有清零
    • ¥30 3天&7天&&15天&销量如何统计同一行
    • ¥30 帮我写一段可以读取LD2450数据并计算距离的Arduino代码
    • ¥15 C#调用python代码(python带有库)
    • ¥15 矩阵加法的规则是两个矩阵中对应位置的数的绝对值进行加和
    • ¥15 活动选择题。最多可以参加几个项目?
    • ¥15 飞机曲面部件如机翼,壁板等具体的孔位模型
    • ¥15 vs2019中数据导出问题
    • ¥20 云服务Linux系统TCP-MSS值修改?