zoukankan      html  css  js  c++  java
  • TP执行队列的命令

    TP执行队列的命令

    ├─ 2756 /usr/local/php/bin/php think queue:work --queue=collection --delay=0 --memory=128 --sleep=3 --tries=0
               ├─ 2769 /usr/local/php/bin/php think queue:work --queue=language --delay=0 --memory=128 --sleep=3 --tries=0
               ├─ 2786 /usr/local/php/bin/php think queue:work --queue=order --delay=0 --memory=128 --sleep=3 --tries=0
               ├─ 2837 /usr/local/php/bin/php think queue:work --queue=default --delay=0 --memory=128 --sleep=3 --tries=0
               ├─ 2842 /usr/local/php/bin/php think queue:work --queue=shoppe --delay=0 --memory=128 --sleep=3 --tries=0
               ├─ 2890 /usr/local/php/bin/php think queue:work --queue=erp --delay=0 --memory=128 --sleep=3 --tries=0
               ├─14686 /usr/bin/python /usr/bin/supervisord -c /etc/supervisord.conf
               ├─14697 /usr/local/php/bin/php think rdkafka soap-orders-label-shipped
               ├─14698 /usr/local/php/bin/php think rdkafka soap-order-erp-status-topic
               ├─14699 /usr/local/php/bin/php think rdkafka soap-orders-label-arrival
               ├─14700 /usr/local/php/bin/php think rdkafka soap-orders-label-status-modified
               ├─14701 /usr/local/php/bin/php think queue:listen --queue=order
               ├─14702 /usr/local/php/bin/php think queue:listen --queue=shoppe
               ├─14703 /usr/local/php/bin/php think queue:listen --queue=language
               ├─14704 /usr/local/php/bin/php think rdkafka soap-orders-label-created
               ├─14705 /usr/local/php/bin/php think queue:listen --queue=collection
               ├─14706 /usr/local/php/bin/php think rdkafka soap-orders-label-status
               ├─14707 /usr/local/php/bin/php think queue:listen --queue=erp
               ├─14708 /usr/local/php/bin/php think queue:listen
               ├─14709 /usr/local/php/bin/php think rdkafka soap-orders-goods-supplier
               └─14710 /usr/local/php/bin/php think rdkafka menglar-authorized-shops
  • 相关阅读:
    解决hung_task_timeout_secs问题【方法待校验】
    C++面向对象程序设计 学习心得
    试水训练1
    并查集
    ACM儿童节热身训练
    图论部分学习小结
    ACM儿童节热身训练
    堆及其应用学习小结
    ACM本周小结
    POJ-3273-Monthly Expense
  • 原文地址:https://www.cnblogs.com/ccw869476711/p/14819122.html
Copyright © 2011-2022 走看看